ct game-metrics graph roc

Plot ROC curves from honest/attack trajectory pairs.

Usage

ct game-metrics graph roc [OPTIONS]

Options

OptionDescription
--honest TEXTHonest trajectories (path, dir, or run URL/ID). Mutually exclusive with --run-file.
--attack TEXTAttack trajectories (multiple allowed). Mutually exclusive with --run-file.
--run-file PATHYAML run file with multiple run entries.
--output-dir PATHOutput directory for plots (default: data/roc/<timestamp>).
--group-by [env|failure_type|main_task_category|side_task_category]Group trajectories and produce separate plots per group value.
--color-by TEXTRun metadata field to map to curve color.
--style-by TEXTRun metadata field to map to curve linestyle.
--filter-by TEXTFilter runs by metadata (format: field=value, repeatable).
--agg-func [combined_max|action_only|traj_level]Aggregation method(s). combined_max = max(action, traj_monitor) with live-failure awareness; action_only = max action score; traj_level = trajectory monitor score only. Can specify multiple. [default: combined_max]
--min-samples INTEGERMin trajectories per group per side (only with --group-by). [default: 2]
--max-workers INTEGER RANGEThread-pool size for loading run entries concurrently. [default: 8; x>=1]
--helpShow this message and exit.