greydanus / baby-a3cLinks
A high-performance Atari A3C agent in 180 lines of PyTorch
☆171Updated 4 years ago
Alternatives and similar repositories for baby-a3c
Users that are interested in baby-a3c are comparing it to the libraries listed below
Sorting:
- Actor-critic with experience replay☆254Updated 2 years ago
- Atari - Deep Reinforcement Learning algorithms in TensorFlow☆138Updated last year
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆182Updated 6 years ago
- This repo replicates the results Horgan et al obtained in "Distributed Prioritized Experience Replay"☆190Updated 6 years ago
- Examples of published reinforcement learning algorithms in recent literature implemented in TensorFlow☆103Updated 5 years ago
- ICML 2018 Self-Imitation Learning☆277Updated 5 years ago
- This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch☆446Updated 6 years ago
- A PyTorch implementation of Rainbow DQN agent☆170Updated 7 years ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆132Updated 7 years ago
- Implementation of 'A Distributional Perspective on Reinforcement Learning' and 'Distributional Reinforcement Learning with Quantile Regre…☆132Updated 6 years ago
- Implementation of algorithms for continuous control (DDPG and NAF).☆311Updated 4 years ago
- Building Agents with Imagination: pytorch step-by-step implementation☆209Updated 6 years ago
- A continuous action space version of A3C LSTM in pytorch plus A3G design