Skip to content

Commit 6f2608c

Browse files
committed
Added description of _user version.
1 parent 0635936 commit 6f2608c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The current reward system gives 10 points for eating food, -10 for running into
1010
- `snake.py` is the base game, with modifications for manual or agent to play.
1111
- `agent.py` contains the code for the neural network to train, save, and playback.
1212
- `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.
1314

1415
I haven't had much luck getting reinforcement learning working yet, so I've been trying simpler methods.\
1516
Using the _tutor version, I recorded thousands of games to file, along with the action each turn made.\

0 commit comments

Comments
 (0)