mirror of
https://github.com/wassname/DeepRL.git
synced 2026-08-24 11:29:08 +08:00
73dfc5a7e4a060ba2bf3182baadcf908862b495d
DeepRL
Highly modularized implementation of popular deep RL algorithms powered by PyTorch
- Deep Q-Learning
- Asynchronous One-Step Q-Learning
Benchmarked by classical control tasks (CartPole, LunarLander). Atari games will make it difficult to replicate in a regular laptop without a good GPU. However it's fairly easy to adapt the components to fit 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%