Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 448 Bytes

alt text

Q-GridWorld

A demo project using demonstrating the Q-learning algorithm in a tabular setting. For an in-browser WebGL version, follow the link here.

Within the project:

  • InternalAgent.cs contains all of the Q-learning logic.
  • GridEnvironment.cs contains all of the environment-specific logic.