txzhao / rl-zooLinks
PyTorch implementation of various reinforcement learning algorithms
☆18Updated 7 years ago
Alternatives and similar repositories for rl-zoo
Users that are interested in rl-zoo are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of CommNet☆36Updated 7 years ago
- Code implementation of: "Graying the black box: Understanding DQNs"☆20Updated 8 years ago
- hierarchical deep reinforcement learning algorithms☆42Updated 7 years ago
- Explore the optimization landscape for direct policy learning reinforcement learning.☆51Updated 6 years ago
- Code for training and testing a Hidden Parameter Markov Decision Process, used to facilitate the transfer of learning☆31Updated 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
- Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874☆47Updated 4 years ago
- Avoiding catastrophic failures in reinforcement learning by learning to shape rewards.☆10Updated 7 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆55Updated 7 months ago
- Maximum Causal Entropy Inverse Reinforcement Learning☆48Updated 6 years ago
- Pytorch implementation of "FeUdal Networks for Hierarchical Reinforcement Learning" for Montezuma's Revenge☆96Updated 3 years ago
- PyTorch - Implicit Quantile Networks - Quantile Regression - C51☆22Updated 6 years ago
- Meta Reinforcement Learning Experiments☆34Updated 8 years ago
- NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.☆24Updated last year
- Code to reproduce Supervised Policy Update (ICLR 2019)☆17Updated 2 years ago
- Distributed implementation of popular evolutionary methods☆64Updated 7 years ago
- A3C-LSTM algorithm tested on CartPole OpenAI Gym environment☆48Updated 7 years ago
- MAGNet: Multi-agents control using Graph Neural Networks