Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 908 Bytes

#Installation

  1. Get SBT
  2. Clone this repo using git clone [email protected]:KarlHerler/Markov-decision-process.git
  3. write: sbt run in the root of the newly cloned repo
  4. 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).