Existing POMDP DomainsΒΆ
Several domains have been implemented:
2D Multi-Object Search (MOS) Task. |
|
The classic Tiger problem. |
|
RockSample(n,k) problem |
|
Some problems that we hope to implement are below. There are even more examples here. Contribution is welcomed.
problems/pomdp_py.problems.light_dark
problems/pomdp_py.problems.maze
In addition, the interfaces in pomdp_py are general enough to be extended to e.g. learning, multi-agent POMDPs; see Use Case Extensions. Contributions are always welcomed!