Reinforcement Learning from Scratch (currently in Ruby)
Too test my understanding of RL after reading the rl example on Tic Tac Toe in this text
$ 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.