MishaLaskin / rad
RAD: Reinforcement Learning with Augmented Data
☆410Updated 4 years ago
Alternatives and similar repositories for rad:
Users that are interested in rad are comparing it to the libraries listed below
- DrQ: Data regularized Q☆415Updated 2 years ago
- Real-World RL Benchmark Suite☆353Updated 4 years ago
- Dream to Control: Learning Behaviors by Latent Imagination☆536Updated 3 years ago
- Deep Planning Network: Control from pixels by latent planning with learned dynamics☆370Updated 3 years ago
- Dream to Control: Learning Behaviors by Latent Imagination, implemented in PyTorch.☆301Updated last year
- CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning☆587Updated 4 years ago
- Multi Task RL Baselines☆240Updated 3 years ago
- DrQ-v2: Improved Data-Augmented Reinforcement Learning☆387Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆239Updated 5 years ago
- A Python interface for reinforcement learning environments☆364Updated 2 years ago
- Repository for the paper "Planning to Explore via Self-Supervised World Models"☆218Updated 2 years ago
- PyTorch implementation of DreamerV2 model-based RL algorithm☆217Updated 2 years ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆487Updated 2 years ago
- Unofficial Pytorch code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"☆189Updated 2 years ago
- Dream to Control: Learning Behaviors by Latent Imagination☆641Updated 4 years ago
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆472Updated last year
- Multitask Environments for RL☆276Updated 3 years ago
- ☆341Updated 2 years ago
- pytorch-implementation of Dreamer (Model-based Image RL Algorithm)☆166Updated 3 months ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆489Updated 2 years ago
- Experiment code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"☆446Updated last year
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆200Updated 2 years ago
- Code for 'Dynamics-Aware Unsupervised Discovery of Skills' (DADS). Enables skill discovery without supervision, which can be combined wit…☆189Updated 3 years ago
- OpenAI Gym wrapper for the DeepMind Control Suite☆215Updated 11 months ago
- A PyTorch Platform for Distributed RL☆747Updated 3 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.