Skip to content

kenzan100/ml-rl-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-rl-from-scratch

Reinforcement Learning from Scratch (currently in Ruby)

What's this for?

Too test my understanding of RL after reading the rl example on Tic Tac Toe in this text

How do I play with the AI?

$ ruby play.rb

afer first play, there'll be Ai_values.dump file produced.

$ ruby play.rb Ai_values.dump to use this learned value functions to use trained data.

About

Reinforcement Learning from Scratch (currently in Ruby)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages