pomdp_py.problems.maze.domain package

Submodules

pomdp_py.problems.maze.domain.action module

The agent can take motion action and a look action.

pomdp_py.problems.maze.domain.observation module

class pomdp_py.problems.maze.domain.observation.Observation(walls, orientation)[source]

Bases: Observation

pomdp_py.problems.maze.domain.state module

Defines the State for the maze domain, which is the position of the robot and its orientation.

class pomdp_py.problems.maze.domain.state.State(positition, orientation)[source]

Bases: State

The state of the problem is just the robot position

Module contents