seolhokim / Mujoco-PytorchLinks
PPO, DDPG, SAC implementation on mujoco environment
☆114Updated 3 years ago
Alternatives and similar repositories for Mujoco-Pytorch
Users that are interested in Mujoco-Pytorch are comparing it to the libraries listed below
Sorting:
- A simple implementation of Generative Adversarial Imitation Learning with PyTorch☆164Updated 3 years ago
- The Code for Paper “Relay Hindsight Experience Replay: Self-Guided Continual Reinforcement Learning for Sequential Object Manipulation Ta…☆157Updated last year
- An elegant PyTorch offline reinforcement learning library for researchers.☆352Updated 3 weeks ago
- ☆105Updated 2 weeks ago
- ILSwiss is an Easy-to-run Imitation Learning (IL, or Learning from Demonstration, LfD) and also Reinforcement Learning (RL) framework (te…☆173Updated 2 years ago
- ☆108Updated 2 years ago
- NeurIPS 2023: Safe Policy Optimization: A benchmark repository for safe reinforcement learning algorithms☆373Updated last year
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆358Updated 2 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆111Updated 4 years ago
- ☆375Updated last year
- NeurIPS 2023: Safety-Gymnasium: A Unified Safe Reinforcement Learning Benchmark☆479Updated 5 months ago
- This repo relates to the survey paper <Goal-Conditioned Reinforcement Learning: Problems and Solutions>. We collects widely used benchmar…☆139Updated 2 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆366Updated 3 years ago
- Transformer in RL for decision-making☆98Updated 2 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆171Updated 8 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆136Updated last year
- PyTorch implementation of Soft Actor-Critic (SAC)☆555Updated 3 years ago
- Implement PPO algorithm on mujoco environment,such as Ant-v2, Humanoid-v2, Hopper-v2, Halfcheeth-v2.☆53Updated 5 years ago
- Diversity is All You Need: Learning Skills without a Reward Function in PyTorch.☆71Updated last year
- Author's PyTorch implementation of TD7 for online and offline RL☆146Updated last year
- DSAC; Distributional Soft Actor-Critic