Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexcube/reinfolearn

Implementations of algorithms for Reinforcement Learning assignments
https://github.com/hexcube/reinfolearn

academic algorithms google-colab jupyter-notebook masters-degree python reinforcement-learning reinforcement-learning-algorithms

Last synced: about 1 month ago
JSON representation

Implementations of algorithms for Reinforcement Learning assignments

Awesome Lists containing this project

README

        

# Reinforcement Learning
Python implementations of algorithms for assignments of Reinforcement Learning elective. Part of Cochin University Masters Degree course for 2018 scheme.

## How To Setup
On Ubuntu 16.04 LTS or up:

sudo apt install python3-pip
pip3 install --user jupyterlab

jupyter lab

## Assignments List
- Value Iteration - [Run online on Google Colab](https://colab.research.google.com/github/HEXcube/ReinfoLearn/blob/master/ValueIteration.ipynb)
- SARSA & Q-learning - [Run online on Google Colab](https://colab.research.google.com/github/HEXcube/ReinfoLearn/blob/master/SARSAnQlearning.ipynb)

## License
- Except where otherwise noted, all original content here are released under [MIT license](https://opensource.org/licenses/MIT)