We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0635936 commit 6f2608cCopy full SHA for 6f2608c
README.md
@@ -10,6 +10,7 @@ The current reward system gives 10 points for eating food, -10 for running into
10
- `snake.py` is the base game, with modifications for manual or agent to play.
11
- `agent.py` contains the code for the neural network to train, save, and playback.
12
- `snake_tutor.py` collects data from tons of best-games played by a simpler bot.
13
+- `snake_user.py` enables manually recording perfect games, including a backspace feature.
14
15
I haven't had much luck getting reinforcement learning working yet, so I've been trying simpler methods.\
16
Using the _tutor version, I recorded thousands of games to file, along with the action each turn made.\
0 commit comments