check_step
Verify if a training run reached a target step count. Get current step, reward, and status instantly.
Instructions
Check if training reached a target step count. Always returns instantly with current step, reward, and whether the target was reached.
Args: run_id: The run to check. target_step: The step count target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| target_step | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||