mlpy.environments.gridworld.GridWorld.is_complete

GridWorld.is_complete()

Checks if the environment has completed.

This is dependent on whether the agent(s) have completed their task.

Returns:

bool :

Whether the environment has reached some end goal.