compare_runs
Compare a specified metric across multiple training runs to identify which hyperparameters perform best.
Instructions
Compare a specific metric across multiple training runs (useful for hyperparameter tuning).
Args: run_ids: List of run IDs to compare. metric_key: The TensorBoard metric key to compare (e.g. 'Environment/Cumulative Reward'). last_n: Number of most recent data points per run to include in the trend. Use -1 for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| run_ids | Yes | ||
| metric_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||