Skip to content

Commit

Permalink
Updated docs with Snake Game project (#479)
Browse files Browse the repository at this point in the history
* docs: added snake game AI to projects

* chore: added snake game to changelog

* docs: updated projects page with link to snake repo

* docs: updated changelog with snake project
  • Loading branch information
pedrohbtp authored and araffin committed Oct 3, 2019
1 parent 3105f30 commit 0017e62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Others:

Documentation:
^^^^^^^^^^^^^^
- Add Snake Game AI project (@pedrohbtp)


Release 2.8.0 (2019-09-29)
Expand Down
11 changes: 11 additions & 0 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,14 @@ Designing an autonomous robot to perform a task involves interactions between va
| Github: https://github.com/harvard-edge/airlearning
| Paper: https://arxiv.org/pdf/1906.00421.pdf
| Video: https://www.youtube.com/watch?v=oakzGnh7Llw (Simulation), https://www.youtube.com/watch?v=cvO5YOzI0mg (on a CrazyFlie Nano-Drone)

Snake Game AI
--------------------------
AI to play the classic snake game.
The game was trained using PPO2 available from stable-baselines and
then exported to tensorflowjs to run directly on the browser

| Author: Pedro Torres (@pedrohbtp)
| Repository: https://github.com/pedrohbtp/snake-rl
| Website: https://www.pedro-torres.com/snake-rl/

0 comments on commit 0017e62

Please sign in to comment.