mlpy.environments.gridworld.Cell.is_occupied

Cell.is_occupied()[source]

Determines if the cell is occupied.

Returns:

bool :

Whether the cell is occupied.

Raises:

NotImplementedError

If the child class does not implement this function.