Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 371 Bytes

RL Coursework (Easy 21)

Please see PDF for details

Question 2

Run python mc_control.py

Question 3

Run python sarsa.py

Question 4

Run python lf_approxx.py

##Dependencies All required dependencies can be installed using pip install LIB_HERE

  • numpy
  • matplotlib
  • progressbar
  • datetime (should be built in but requires explicit install sometimes)