adversarial-iac experiment¶
Run an experiment from a configuration file.
Usage¶
Options¶
| Option | Type | Default | Description |
|---|---|---|---|
--config, -c |
path | config/experiment_config.yaml | Experiment config file |
--dry-run |
flag | false | Show what would run without executing |
Examples¶
With default config¶
Dry run¶
Custom config¶
Batch Experiments¶
For full batch experiments across model combinations and scenarios, use the experiment runner script:
python scripts/run_experiment.py --config experiments/config/E1_model_comparison_v2.yaml --region us-east-1
See Batch (YAML) for the YAML schema and examples.