6
votes
Good implementations of reinforced learning?
Take a look at this year’s RL-competition. One of the problem domains is a tetris game. There was a tetris problem last year …
2
votes
How Do I Run Sutton and Barton’s “Reinforcement Learning” Lisp Code?
Using the latest version of CCL on linux x86, with this file saved as foo.lisp:
#+ccl (defun random-state (x y)
(ccl::initialize-random-state x y))
(load "utilities.lisp")
…
