mirror of
https://github.com/wassname/DeepRL.git
synced 2026-08-22 11:40:47 +08:00
d5b455b2dcd9f3f671e4c45f6eceff3488e49ca0
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) and Atari games.
Usage
Detailed usage can be found in main.py
References
Description
Highly modularized implementation of popular deep RL algorithms by PyTorch
5.2 MiB
Languages
Python
100%