Kaixhin / spinning-up-basicLinks
Basic versions of agents from Spinning Up in Deep RL written in PyTorch
☆207Updated 4 years ago
Alternatives and similar repositories for spinning-up-basic
Users that are interested in spinning-up-basic are comparing it to the libraries listed below
Sorting:
- Clone of OpenAI's Spinning Up in PyTorch☆152Updated 3 years ago
- Modifiable OpenAI Gym environments for studying generalization in RL☆87Updated 6 years ago
- A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release th…☆202Updated 5 years ago
- Building Agents with Imagination: pytorch step-by-step implementation☆210Updated 6 years ago
- Deep Planning Network: Control from pixels by latent planning with learned dynamics☆372Updated 4 years ago
- Convert DeepMind Control Suite to OpenAI gym environments.☆87Updated 5 years ago
- Tensorflow/Keras code and trained models for Episodic Curiosity Through Reachability☆205Updated 5 years ago
- lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.☆377Updated 2 years ago
- Implementation of 'A Distributional Perspective on Reinforcement Learning' and 'Distributional Reinforcement Learning with Quantile Regre…☆132Updated 6 years ago
- Implementation of Proximal Meta-Policy Search (ProMP) as well as related Meta-RL algorithm. Includes a useful experiment framework for Me…☆244Updated 3 years ago
- This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement le…☆218Updated 6 years ago
- Code for the blog post "Learning Montezuma’s Revenge from a Single Demonstration"☆205Updated 6 years ago
- Velocity in deep-learning research☆280Updated 2 years ago
- This repo replicates the results Horgan et al obtained in "Distributed Prioritized Experience Replay"☆190Updated 6 years ago
- Simple tools for statistical analyses in RL experiments☆67Updated 7 years ago
- Pytorch implementation of LOLA (https://arxiv.org/abs/1709.04326) using DiCE (https://arxiv.org/abs/1802.05098)☆96Updated 7 years ago
- ICML 2018 Self-Imitation Learning☆278Updated 5 years ago
- [ICML 2019] TensorFlow Code for Self-Supervised Exploration via Disagreement☆128Updated 6 years ago
- TorchingUp provides minimal implementations of common Reinforcement Learning algorithms written in PyTorch. It is meant to complement Ope…