GridEngine.close#

GridEngine.close() None#

Clean up the environment.

Will close the rendering window. Calling close on an already closed environment has no effect and won’t raise an error.

See also

The method is part of the Gymnasium environment api.