mlpy.environments.Environment.is_complete

Environment.is_complete()[source]

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.