Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msokoloff1/q-learning

Basic q-learning algorithm for navigating through a maze. The agent has no prior knowledge of danger (red blocks) or the objective location (yellow block), it learns exclusively through experiencing the ramifications of its actions.
https://github.com/msokoloff1/q-learning

java q-learning reinforcement-learning

Last synced: 22 days ago
JSON representation

Basic q-learning algorithm for navigating through a maze. The agent has no prior knowledge of danger (red blocks) or the objective location (yellow block), it learns exclusively through experiencing the ramifications of its actions.

Awesome Lists containing this project