Skip to content
forked from luisenp/mdp-lib

A Library of MDP algorithms for Artificial Intelligence

License

Notifications You must be signed in to change notification settings

mejrpete/mdp-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdp-lib

A Library of algorithms for planning using Markov Decision Procceses.

The library provides abstractions for representing MDPs and implementations of several popular MDP solvers, such as Value Iteration, LAO*, LRTDP and HDP. It also supports problems described in the PPDDL format. For these, a variety of determinization-based solvers are provided, such as FF-Replan, RFF and FF-LAO*.

The library has been tested in Ubuntu 12.04 and 14.04 (64-bit).

Some compilation notes

  • The PPDDL readed uses code from mini-gpt. To compile mini-gpt you will need the following dependencies:
    • yacc -- In Ubuntu you can run sudo apt-get install bison.
    • flex -- In Ubuntu you can run sudo apt-get install flex.

About

A Library of MDP algorithms for Artificial Intelligence

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.0%
  • Yacc 3.3%
  • Shell 3.0%
  • Python 2.0%
  • C 1.7%
  • Makefile 1.0%
  • Other 1.0%