get_run_status
Retrieve current progress of an ML-Agents training run, including step count, reward trend, and recent checkpoints to monitor performance.
Instructions
Get detailed status of a training run including step progress, reward trend, and checkpoints.
Args: run_id: The run to query. last_n_rewards: Number of recent reward data points to include in the trend. last_n_checkpoints: Number of recent checkpoints to include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| last_n_rewards | No | ||
| last_n_checkpoints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||