onlytailei / A3C-PyTorch
PyTorch implementation of Advantage async actor-critic Algorithms (A3C) in PyTorch
☆113Updated 7 years ago
Alternatives and similar repositories for A3C-PyTorch:
Users that are interested in A3C-PyTorch are comparing it to the libraries listed below
- Ape-X DQN & DDPG with pytorch & tensorboard☆103Updated 5 years ago
- PyTorch implementation of Value Iteration Networks (VIN): Clean, Simple and Modular. Visualization in Visdom.☆227Updated 7 years ago
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286☆181Updated 6 years ago
- Noisy Networks for Exploration☆185Updated 7 years ago
- An implementation of FeUdal Networks for Hierarchical Reinforcement Learning as published : https://arxiv.org/abs/1703.01161☆180Updated 7 years ago
- PyTorch implementation of the Value Iteration Networks (VIN) (NIPS '16 best paper)☆79Updated 7 years ago
- advantage actor-critic reinforcement learning for openai gym cartpole☆63Updated 7 years ago
- pytorch implementation of Curiosity-driven Exploration by Self-supervised Prediction☆79Updated 6 years ago
- NIPS 2017 Value Prediction Network☆165Updated 7 years ago
- Accompanying code for "Deep Reinforcement Learning that Matters"☆151Updated 7 years ago
- Reinforcement learning models in ViZDoom environment☆132Updated 2 years ago
- Implement A3C for Mujoco gym envs☆72Updated 7 years ago
- implement of prioritized experience replay☆158Updated 6 years ago
- ☆159Updated 7 years ago
- Pytorch implementation of Value Iteration Networks (NIPS 2016 best paper)☆319Updated 4 years ago
- A TensorFlow implementation of DeepMind's A Distributional Perspective on Reinforcement Learning.(C51-DQN)☆56Updated 7 years ago
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆181Updated 6 years ago
- Deep Attention Recurrent Q-Network☆115Updated 9 years ago
- Actor-critic with experience replay