# hub.domain.simple_grid_world.simple_grid_world
Domain specification
Domain
# State
State(x, y)
# _asdict State
_asdict(
self
)
Return a new dict which maps field names to their values.
# _make State
_make(
iterable
)
Make a new State object from a sequence or iterable
# _replace State
_replace(
self,
**kwds
)
Return a new State object replacing specified fields with new values
# Action
An enumeration.