Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 448 Bytes

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.