RLAI Reinforcement Learning and Artificial Intelligence (RLAI)
Chapter 6 Reading and Exercises

Reading:

    Due: Tuesday, October 26th

    Due: Tuesday, October 26th - 10 PM

Written Exercises:

    Due: Thursday, October 28th


Programming Exercise:

    Due: Tuesday, November 2nd

Obtain the software here.  The command to unpack the tar file is: tar -xf A6Programming.tar

1) The file sarsa.py contains an incomplete Sarsa agent.  Complete it by adding one line of code implementing the key equation of Sarsa.  Turn in your single added line.

2) Run the Sarsa algorithm on the windy gridworld with King's moves and stochastic wind (exercise 6.7) for 5000 episodes and turn in your results.


   Submission instructions

Please hand in a hard copy of the assignment at the beginning of class on the due date. 
Back to Main Page