relai simulate runs selected learning environments against the generated simulator.
Select environments
At least one selector should identify what to run.| Option | Description |
|---|---|
--learning-envs {NAMES} | Learning environment names. May be repeated or comma-separated. |
--tags {TAGS} | Tags selecting learning environments. May be repeated or comma-separated. |
--benchmarks {IDS} | Registered benchmark ids. May be repeated or comma-separated. |
Runtime and output
| Option | Description |
|---|---|
--result-json {PATH} | Write machine-readable results to this JSON file. |
--env-file {PATH} | Load simulator runtime variables from a KEY=VALUE file. |
--env {KEY=VALUE} | Set one simulator runtime variable. |
Examples
What to expect
- terminal simulation summary.
- optional result JSON when
--result-jsonis provided. - local run artifacts under
.relai/runs/when produced by the simulator. - backend upload of selected artifacts when configured and within upload limits.
relai simulate does not intentionally edit agent source. If simulator execution fails, RELAI may ask the configured backend to repair selected learning environment or simulator code and retry.