mlpy.environments.gridworld.GridWorld.make_cell

GridWorld.make_cell(x, y)[source]

Create the new cell.

x : int
The x-coordinate within the gridworld.
y : int
The y-coordinate within the gridworld.
Returns:

Cell :

The created cell.