mlpy.environments.gridworld.GridWorld.find_cells

GridWorld.find_cells(data)[source]

Find the cells containing given data.

Parameters:

data : str

The data to match the cell to.

Returns:

list[Cell] :

All cells that contain the specified data.