get_training_logs
Retrieve recent stdout and stderr output from an active Unity ML-Agents training run to monitor progress and debug issues. Provide a run ID and optional line count.
Instructions
Get recent stdout/stderr output from an active training run.
Args: run_id: The run to query. last_n_lines: Number of most recent log lines to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| last_n_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||