ct runs make
Create runs/trajectories/eval logs from a trajectory-like input.
Usage
ct runs make [OPTIONS] [TRAJ_LIKE]
Arguments
| Argument | Type | Required |
|---|---|---|
[TRAJ_LIKE] | text | No |
Options
| Option | Description |
|---|---|
--save-dir DIRECTORY | Write converted trajectory JSON files to this directory. |
--upload | Upload generated outputs as a run to MongoDB. |
--save-path FILE | Write a converted eval log to this file. |
--run-name TEXT | Name for the created run (default: task name from eval log). |
--policy TEXT | Policy name for the created run. |
--task-set TEXT | Task set name for the created run. |
--tag TEXT | Tag to apply to the run (can be specified multiple times). |
--update-live-traj-info | Update live traj info in info.yml when creating a run. |
--help | Show this message and exit. |