export_model
Locate .onnx model files and checkpoints for a training run by run ID, optionally filtered by behavior, to export or resume training.
Instructions
Locate .onnx model files and checkpoints for a training run.
Args: run_id: The run to query. behavior_name: Specific behavior (searches all if omitted). last_n: Number of most recent models/checkpoints to return. Use -1 for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| run_id | Yes | ||
| behavior_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||