Skip to content

A quick example of Q-Learning in a 2D environment

License

Notifications You must be signed in to change notification settings

ArtLinkov/qlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

qlearning

A quick example of Q-Learning in a 2D environment

How to "play"

Under src/ there are 2 examples
run.cr -- see how the game is played manually.
run_q.cr -- run the QLearning agent on the game.

To run the examples you need Crystal
Other then that just run crystal run run*.cr and see it plays

About

A quick example of Q-Learning in a 2D environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published