/tabular_rl

Code for finite Markov decision processes (FMDP) or tabular reinforcement learning with known dynamics

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tabular_rl

Code for finite Markov decision processes (FMDP) or tabular reinforcement learning with known dynamics. The fact that we fully known the dynamics of the FMDP, allows us to estimate optimum policies.

Installation

You can use python setup.py install

or directly set PYTHONPATH. For instance, on Windows

set PYTHONPATH=C:\github\tabular_rl\src

or Linux, using bash

export PYTHONPATH=/home/user/github/tabular_rl/src

If you use VS Code and it is not finding the Python code, it may be useful to read https://stackoverflow.com/questions/53653083/how-to-correctly-set-pythonpath-for-visual-studio-code