-
Notifications
You must be signed in to change notification settings - Fork 3
Code structure
Dennis Trate edited this page Mar 26, 2018
·
1 revision
- Learning phase
- Setup the state of the world/envrionment as an input
- Setup the neural network in the framework to learn stuff
- Run it a bunch of times and save the learned policy
- Implementation phase
- Computer output a move (int 1-7)
- Hardware makes the move
- Player makes a move
- Hardware passes player move to computer
- Envrionment state changes based on player move
- Computer makes a new move