Module pacai.core

The pacai.core package contains core elements of the game engine, and does not contain any code specific to one game. This package also houses all the layouts for mazes.

Expand source code
"""
The `pacai.core` package contains core elements of the game engine,
and does not contain any code specific to one game.
This package also houses all the layouts for mazes.
"""

Sub-modules

pacai.core.actions
pacai.core.agentstate
pacai.core.baselineTeam
pacai.core.directions
pacai.core.distance
pacai.core.distanceCalculator
pacai.core.environment
pacai.core.eval

Evaluation functions take a game state and create a score based on that state.

pacai.core.featureExtractors

Feature extractors for game states.

pacai.core.game

The core of a pacman-style game.

pacai.core.gamestate
pacai.core.grid
pacai.core.layout
pacai.core.mdp
pacai.core.search

The pacai.core.search package contains elements of a general search problem.