Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 631 Bytes

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