Meeting in a 2x2 grid 2 agent problem used by Bernstein in his IJCAI-05 paper [pdf] using this file format.
Models
Moore NLP formulation for POMDPs - download
Moore NLP formulation for DEC-POMDPs - download
General Mealy NLP formulation for POMDPs (note that this is the full model
without removing variables and constrainsts based on exploiting problem
structure) - download
General Mealy NLP formulation for DEC-POMDPs (note that this is the full
model without removing variables and constrainsts based on exploiting
problem structure) - download
Problem Data
Note that these files are without initialization. Typically, we have used
random deterministic controllers which are then optimized. This can be set
in the problem data file. Also, the number of nodes can be changed on the
first line of the file.
POMDP problems
hallway.POMDP.dat
hallway2.POMDP.dat
tiger-grid.POMDP.dat
tagAvoid.POMDP.dat
tagAvoidRepeat.POMDP.dat
aloha.30.POMDP.dat
DEC-POMDP problems
2agentTiger.dat
GridSmall.posg.dat
BoxPush.dat
marsStoch.dat
| DecTiger | |
| Highest known value | Source |
|---|---|
| 13.45 |
PP-NIPS-11 |
| BroadcastChannel | |
| Highest known value | Source |
| 9.1 |
ABZ-UAI-07 |
| GridSmall | |
| Highest known value | Source |
| 6.89 | PP-NIPS-11 |
| Cooperative Box Pushing | |
| Highest known value | Source |
| 149.854 | AZ-AAMAS-09 |
| Recycling Robots | |
| Highest known value | Source |
| 31.92865 | ABZ-UAI-07 |
| Mars Rovers | |
| Highest known value | Source |
| 24.13 | PP-NIPS-11 |
| Wireless
Network |
|
| Highest known value | Source |
| -175.40 | in PP-NIPS-11 but used method from KZ-UAI-10 |
References
ABZ-UAI-07 (Amato, Bernstein & Zilberstein,
UAI 2007)
AZ-AAMAS-09 (Amato & Zilberstein, AAMAS
2009)
KZ-UAI-10 (Kumar & Zilberstein, UAI 2010)
PP-NIPS-11 (Pajarinen & Peltonen, NIPS 2011)
Create an input file by filling in the proper information:
MdpPuzzleGenerator.java (multiagent version)
PosgInputFileParser.java
SpringUtilities.java
Use a graphical interface to define a meeting on a grid problem with
obstacles:
GridPuzzleGenerator.java
GridInputFileParser.java