AndersonJo / dqn-pytorchLinks
Deep Q Learning via Pytorch
☆86Updated 7 years ago
Alternatives and similar repositories for dqn-pytorch
Users that are interested in dqn-pytorch are comparing it to the libraries listed below
Sorting:
- Atari - Deep Reinforcement Learning algorithms in TensorFlow☆138Updated last year
- C51-DDQN in Keras☆126Updated 7 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆370Updated 6 years ago
- Actor-critic with experience replay☆254Updated 2 years ago
- A high-performance Atari A3C agent in 180 lines of PyTorch☆171Updated 4 years ago
- Repository for codes of 'Deep Reinforcement Learning'☆218Updated 5 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆182Updated 6 years ago
- A continuous action space version of A3C LSTM in pytorch plus A3G design☆259Updated 11 months ago
- ☆69Updated 6 years ago
- A PyTorch implementation of Rainbow DQN agent☆170Updated 7 years ago
- implement of prioritized experience replay☆159Updated 7 years ago
- Implementation of DDPG (Modified from the work of Patrick Emami) - Tensorflow (no TFLearn dependency), Ornstein Uhlenbeck noise function,…☆64Updated 8 years ago
- Simple grid-world environment compatible with OpenAI-gym☆50Updated 5 years ago
- Tensorflow implementation of Generative Adversarial Imitation Learning(GAIL) with discrete action☆115Updated 6 years ago
- Proximal Policy Optimization implementation with TensorFlow