Python implementations of algorithms for assignments of Reinforcement Learning elective. Part of Cochin University Masters Degree course for 2018 scheme.
On Ubuntu 16.04 LTS or up:
sudo apt install python3-pip
pip3 install --user jupyterlab
jupyter lab
- Value Iteration - Run online on Google Colab
- SARSA & Q-learning - Run online on Google Colab
- Except where otherwise noted, all original content here are released under MIT license