Modularized Implementation of Deep RL Algorithms in PyTorch
3,452
stars
480
commits
Python
primary language
Apr 16, 2024
updated
If you have any question or want to report a bug, please open an issue instead of emailing me directly.
Modularized implementation of popular deep RL algorithms in PyTorch.
Easy switch between toy tasks and challenging games.
Implemented algorithms:
The DQN agent, as well as C51 and QR-DQN, has an asynchronous actor for data generation and an asynchronous replay buffer for transferring data to GPU. Using 1 RTX 2080 Ti and 3 threads, the DQN agent runs for 10M steps (40M frames, 2.5M gradient updates) for Breakout within 6 hours.
Dockerfile and requirements.txt for more detailsexamples.py contains examples for all the implemented algorithms.
Dockerfile contains the environment for generating the curves below.
Please use this bibtex if you want to cite this repo
@misc{deeprl,
author = {Zhang, Shangtong},
title = {Modularized Implementation of Deep RL Algorithms in PyTorch},
year = {2018},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/ShangtongZhang/DeepRL}},
}
9e811e)
DDPG/TD3 evaluation performance.
(5 runs, mean + standard error)
PPO online performance.
(5 runs, mean + standard error, smoothed by a window of size 10)
They are located in other branches of this repo and seem to be good examples for using this codebase.
Python
97.5%
Dockerfile
1.4%
Shell
1.0%
Modularized Implementation of Deep RL Algorithms in PyTorch
3,452
stars
480
commits
Python
primary language
Apr 16, 2024
updated
If you have any question or want to report a bug, please open an issue instead of emailing me directly.
Modularized implementation of popular deep RL algorithms in PyTorch.
Easy switch between toy tasks and challenging games.
Implemented algorithms:
The DQN agent, as well as C51 and QR-DQN, has an asynchronous actor for data generation and an asynchronous replay buffer for transferring data to GPU. Using 1 RTX 2080 Ti and 3 threads, the DQN agent runs for 10M steps (40M frames, 2.5M gradient updates) for Breakout within 6 hours.
Dockerfile and requirements.txt for more detailsexamples.py contains examples for all the implemented algorithms.
Dockerfile contains the environment for generating the curves below.
Please use this bibtex if you want to cite this repo
@misc{deeprl,
author = {Zhang, Shangtong},
title = {Modularized Implementation of Deep RL Algorithms in PyTorch},
year = {2018},
publisher = {GitHub},
journal = {GitHub Repository},
howpublished = {\url{https://github.com/ShangtongZhang/DeepRL}},
}
9e811e)
DDPG/TD3 evaluation performance.
(5 runs, mean + standard error)
PPO online performance.
(5 runs, mean + standard error, smoothed by a window of size 10)
They are located in other branches of this repo and seem to be good examples for using this codebase.
Python
97.5%
Dockerfile
1.4%
Shell
1.0%