MishaLaskin / torchingup
TorchingUp provides minimal implementations of common Reinforcement Learning algorithms written in PyTorch. It is meant to complement OpenAI’s SpinningUp repository, which contains similar algorithms implemented in Tensorflow.
☆44Updated 2 years ago
Alternatives and similar repositories for torchingup:
Users that are interested in torchingup are comparing it to the libraries listed below
- Clone of OpenAI's Spinning Up in PyTorch☆147Updated 2 years ago
- Basic versions of agents from Spinning Up in Deep RL written in PyTorch☆200Updated 3 years ago
- impact-driven-exploration☆130Updated last year
- Modifiable OpenAI Gym environments for studying generalization in RL☆86Updated 6 years ago
- This code implements Prioritized Level Replay, a method for sampling training levels for reinforcement learning agents that exploits the …☆85Updated 3 years ago
- Revisiting Rainbow☆74Updated 3 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆195Updated 2 years ago
- Implementation of Truncated Quantile Critics method for continuous reinforcement learning. https://bayesgroup.github.io/tqc/☆92Updated 4 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆55Updated 5 years ago
- Code accompanying the paper "Better Exploration with Optimistic Actor Critic" (NeurIPS 2019)☆69Updated last year
- MultiTask Environments for Reinforcement Learning.☆74Updated 2 years ago
- Convert DeepMind Control Suite to OpenAI gym environments.☆83Updated 5 years ago
- A curated list of reinforcement learning environments and frameworks.☆50Updated 6 years ago
- Reading notes & PyTorch experiments on OpenAI's "Spinning Up in DRL" tutorial.☆38Updated 2 years ago
- Jax implementation of Proximal Policy Optimization (PPO) specifically tuned for Procgen, with benchmarked results and saved model weights…☆53Updated 2 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆94Updated 3 years ago
- Gridworld for MARL experiments☆138Updated 4 years ago
- Baselines for gymnax 🤖☆65Updated last year
- PAIRED in PyTorch 🔥☆58Updated last year
- ☆92Updated 4 years ago
- Reinforcement learning algorithms in RLlib☆57Updated 10 months ago
- Implementation of Proximal Meta-Policy Search (ProMP) as well as related Meta-RL algorithm. Includes a useful experiment framework for Me…☆234Updated 2 years ago
- Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.☆77Updated 4 years ago
- Datasets for data-driven deep reinforcement learning with PyBullet environments☆148Updated 3 years ago
- MetaGenRL, a novel meta reinforcement learning algorithm. Unlike prior work, MetaGenRL can generalize to new environments that are entire…☆67Updated 4 years ago
- Pytorch starter code for UC Berkeley's cs285 assignments☆71Updated 3 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆136Updated last year
- The RL Reliability Metrics library provides a set of metrics for measuring the reliability of reinforcement learning (RL) algorithms, as …☆165Updated last year
- Benchmarking RL generalization in an interpretable way.☆144Updated 3 weeks ago
- A collection of RL algorithms written in JAX.☆95Updated 2 years ago