problems.maze.domain package

Submodules

problems.maze.domain.action module

The agent can take motion action and a look action.

problems.maze.domain.observation module

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

Bases: Observation

problems.maze.domain.state module

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

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

Bases: State

The state of the problem is just the robot position

Module contents