Pixel atari games with DQN

This commit is contained in:
Shangtong Zhang
2017-05-20 22:09:18 -06:00
parent 7c4919d6ac
commit ad8c8ad853
8 changed files with 151 additions and 50 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
* Asynchronous N-Step Q-Learning
* Asynchronous Advantage Actor Critic (A3C)
>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.
>Tested with both classical control tasks (CartPole, LunarLander) and Atari games.
>Try it out from ```main.py```!