#Installation
- Get SBT
- Clone this repo using
git clone [email protected]:KarlHerler/Markov-decision-process.git
- write:
sbt run
in the root of the newly cloned repo - Done.
#Navigating the source
High level changes can be done in the MDP.scala file.
Changes to the way the world is defined can be done in the files: TwoDimensionalWorld.scala and TwoDimensionalTransition.scala. Most changes to those files also prompt a change in the various value iteration files (mostly only changes in the dimensionality).