thiagopbueno / rddlsim

Automatically exported from code.google.com/p/rddlsim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDDLSim

Implements a parser, simulator, and client/server evaluation architecture for the relational dynamic influence diagram language (RDDL) -- pronounced "riddle". RDDL is intended to compactly support the representation of a wide range of relational MDPs and POMDPs and support the efficient simulation of these domains. RDDL is used in a number of past and present International Probabilistic Planning Competitions (IPPCs):

RDDL Resources:

   @unpublished{Sanner:RDDL,
      author = "Scott Sanner",
      title = "Relational Dynamic Influence Diagram Language (RDDL): Language Description",
      note = "http://users.cecs.anu.edu.au/~ssanner/IPPC_2011/RDDL.pdf",
      year = 2010}

When you checkout the code, the first file you'll want to look at is INSTALL.txt... this includes everything you need to start simulating, visualizing, and translating domains in < 5 minutes!

If you want to use an MDP or POMDP planner in conjunction with RDDL, please check out planner releases at the above IPPC competition web pages... all support the RDDL Client/Server protocol.

About

Automatically exported from code.google.com/p/rddlsim

License:Other


Languages

Language:Java 94.7%Language:Shell 3.2%Language:C++ 1.4%Language:Lex 0.3%Language:Makefile 0.3%Language:Batchfile 0.1%Language:TeX 0.0%