Planning under Uncertainty: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
 
Line 14: Line 14:
== Projects ==
== Projects ==


* [http://mediawiki.isr.ist.utl.pt/wiki/From_Bio-Inspired_to_Institutional-Inspired_Collective_Robotics MAIS+S]
* [http://gaips.inesc-id.pt/inside/ INSIDE]
* [http://decpucs.isr.ist.utl.pt DecPUCS] project pages.
* [http://gaips.inesc-id.pt/mais-s/ IMAIS+S]
* [http://decpucs.isr.ist.utl.pt DecPUCS]


== Software ==
== Software ==

Latest revision as of 16:23, 19 November 2016

Introduction

In the Intelligent Systems Lab, one of the research foci is planning under uncertainty. That is, we compute plans for single agents as well as cooperative multiagent systems, in domains in which an agent is uncertain about the exact consequences of its actions. Furthermore, it is equipped with imperfect sensors, resulting in noisy sensor readings which provide only limited information.

For single agents, such planning problems are naturally framed in the partially observable Markov decision process (POMDP) paradigm. In a POMDP, uncertainty in acting and sensing is captured in probabilistic models, and allows an agent to plan on its belief state, which summarizes all the information the agent has received regarding its environment. For the multiagent case, we frame our planning problem in the decentralized POMDP (Dec-POMDP) framework.

Projects

Software

'SymbolicPerseusIR' for Tiago's POMDP-IR code, that endows POMDPs with special actions which enable rewarding beliefs instead of states, without modifying the traditional solution of PODMPs (value function remains PWLC).

Check also

  • OpenMarkov - output .pgmx files are recognized by Tiago's POMDP-IR code and MADP