| Package | Description |
|---|---|
| vacworld |
| Modifier and Type | Method and Description |
|---|---|
static VacuumState |
VacuumState.getInitState()
Return the default initial state for the vacuum world.
|
static VacuumState |
VacuumState.getRandomState()
Return a random initial state for the vacuum world.
|
static VacuumState |
VacuumState.getRandomState(int randSeed)
Return a random initial state for the vacuum world using a specific
seed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
VacuumState.fillUnreachableSquares(VacuumState state) |
| Constructor and Description |
|---|
VacPercept(VacuumState state,
Agent agent)
Construct a vacuum world percept.
|