check_reward
Check whether a training run's mean cumulative reward has met a target threshold, returning current reward, step, and success status.
Instructions
Check if mean cumulative reward reached a target threshold. Always returns instantly with current reward, step, and whether the target was reached.
Args: run_id: The run to check. target_reward: The reward threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| target_reward | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||