Skip to content

Commit

Permalink
added todo's to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vdutor committed Oct 14, 2017
1 parent 33ba261 commit 20fcfb8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
7 changes: 7 additions & 0 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ $ python main.py play --modeldir path_to_trained_model

### References
[1] [Playing Atari with Deep Reinforcement Learning](https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf)


### TODO
- look for good Pixel RL NNs
- add Q values as summary histograms in tensorboard
- try different rerward functions
- add command line aegument support
Empty file modified agent.py
100755 → 100644
Empty file.
Empty file modified dqn.py
100755 → 100644
Empty file.
Empty file modified game_agent.py
100755 → 100644
Empty file.
Empty file modified input_processor.py
100755 → 100644
Empty file.
Empty file modified main.py
100755 → 100644
Empty file.
Empty file modified websocket_server.py
100755 → 100644
Empty file.

0 comments on commit 20fcfb8

Please sign in to comment.