Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 406 Bytes

Q-Learning Demo

This is a demo of how Q-Learning can be used to find an optimal policy for an agent in a grid to stay along the main diagonal of a square matrix in the left-ish side of the grid. Training is initiated with an arrow key. When training is done, the d key concludes training and follows the optimal policy and the r key resets the state to the start state.

Demo