mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-01 11:50:22 +08:00
45a3f00d3265fb8eccf407548858a244c8b51502
DeepRL
Highly modularized implementation of popular deep RL algorithms powered by PyTorch
- Deep Q-Learning
- Asynchronous One-Step Q-Learning
- Asynchronous One-Step Sarsa
- Asynchronous N-Step Q-Learning
- Asynchronous Advantage Actor Critic (A3C)
Tested with both classical control tasks (CartPole, LunarLander) and Atari games.
Try it out from
main.py!
Description
Highly modularized implementation of popular deep RL algorithms by PyTorch
5.2 MiB
Languages
Python
100%