mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-10 11:40:58 +08:00
Update Readme
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
* Asynchronous N-Step Q-Learning
|
||||
* Asynchronous Advantage Actor Critic (A3C)
|
||||
|
||||
>Tested with both classical control tasks (CartPole, LunarLander) and Atari games.
|
||||
>Tested with both classical control tasks (CartPole) and Atari games.
|
||||
|
||||
>Try it out from ```main.py```!
|
||||
# Usage
|
||||
Detailed usage can be found in ```main.py```
|
||||
|
||||
#References
|
||||
* [Human Level Control through Deep Reinforcement Learning](https://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)
|
||||
* [Asynchronous Methods for Deep Reinforcement Learning](https://arxiv.org/abs/1602.01783)
|
||||
* [transedward/pytorch-dqn](https://github.com/transedward/pytorch-dqn)
|
||||
* [ikostrikov/pytorch-a3c](https://github.com/ikostrikov/pytorch-a3c)
|
||||
|
||||
Reference in New Issue
Block a user