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.
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