Simulate an optimization for one or more algorithms.
# Single method
python run.py -v
# Multiple methods compared side by side
python run.py -v -b -m
# With error plots
python run.py -v --plot
-v: vanilla linear MPC-n: vanilla non-linear MPC-b: Bilevel optimization-m: Non-linear monolevel optimization
Plays back the docking maneuver from a run in the data folder
# Single method
python replay.py --target_folder data/run_20260412_190813 -v
# Multiple methods compared side by side
python replay.py --target_folder data/run_20260412_190813 -v -b -m
# With custom playback speed and error plots
python replay.py --target_folder data/run_20260412_190813 -v --speed 3.0 --plot
Same as run script.
