Skip to content

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

License

Notifications You must be signed in to change notification settings

lasseufpa/tabular_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages