Update Readme

This commit is contained in:
Shangtong Zhang
2017-06-03 15:07:53 -06:00
parent 353541cd32
commit 1aebec066c
+2
View File
@@ -2,6 +2,8 @@
Highly modularized implementation of popular deep RL algorithms by PyTorch. My principal here is to
reuse as much components as I can through different algorithms, use as less tricks as I can and switch
easily between classical control tasks like CartPole and Atari games with raw pixel inputs.
Implemented algorithms:
* Deep Q-Learning (DQN)
* Double DQN
* Dueling DQN