jgvictores / awesome-deep-reinforcement-learningLinks
Curated list for Deep Reinforcement Learning (DRL): software frameworks, models, datasets, gyms, baselines...
☆200Updated last year
Alternatives and similar repositories for awesome-deep-reinforcement-learning
Users that are interested in awesome-deep-reinforcement-learning are comparing it to the libraries listed below
Sorting:
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- List of competitions related to Reinforcement Learning☆350Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- Great resources for making Reinforcement Learning work in Real Life situations. Papers,projects and more.☆404Updated 2 years ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆334Updated 2 years ago
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆297Updated 2 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆222Updated 2 years ago
- Colab notebooks part of the documentation of Stable Baselines reinforcement learning library☆230Updated 5 months ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆494Updated 3 years ago
- Random Network Distillation pytorch☆251Updated 6 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆500Updated 2 years ago
- A PyTorch library for building deep reinforcement learning agents.☆648Updated last year
- Reinforcement Learning Algorithms Based on PyTorch☆448Updated 3 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆314Updated 2 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆680Updated 4 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆128Updated 7 months ago
- Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games☆551Updated 2 years ago
- My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.☆37Updated 2 years ago
- Deep Planning Network: Control from pixels by latent planning with learned dynamics☆370Updated 3 years ago
- Keeping track of RL experiments☆161Updated 2 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆151Updated 2 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆128Updated 2 years ago
- A Python interface for reinforcement learning environments☆369Updated 2 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆201Updated 2 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆632Updated 4 years ago
- A simple framework for experimenting with Reinforcement Learning in Python.☆313Updated last year
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆494Updated 2 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆433Updated 3 years ago
- PyTorch implementation of SAC-Discrete.☆305Updated 11 months ago