check_checkpoint
Check a Unity ML-Agents training run for newly appeared .onnx checkpoints by comparing current disk files against a provided list of known paths, returning all checkpoints plus any new ones.
Instructions
Check if new .onnx checkpoint files appeared on disk. Always returns instantly with list of all checkpoints and any new ones.
Args: run_id: The run to check. known_checkpoints: List of checkpoint paths already known (from a previous call). New files = current minus these. If omitted, returns all checkpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| known_checkpoints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||