mujoco_close_session
Close a MuJoCo session to free its model and data, immediately invalidating the session ID and returning the list of remaining sessions.
Instructions
Close a session and free its model and data. The session_id becomes invalid immediately.
Returns JSON: {closed, remaining: [session_ids]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |