lasseufpa / tabular_rl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%