stop_training
Gracefully stop a Unity ML-Agents training run, sending SIGINT so the model is saved. Use optional timeout to force-kill if needed.
Instructions
Gracefully stop a running training run (sends SIGINT so the model is saved).
Args: run_id: The run to stop. timeout: Seconds to wait for graceful shutdown before force-killing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||