1
Fork 0

Merge branch 'simulate-results' of github.com:SELab-3-2026/Brittle-Star into simulate-results

This commit is contained in:
Jona Reynaert 2026-04-16 10:48:50 +02:00
commit e160e50104

View file

@ -296,7 +296,7 @@ def parse_args() -> argparse.Namespace:
type=str,
default=None,
help=(
"Path to an environment JSON config (morphology/arena/env). "
"Path to an environment YAML config (morphology/arena/env). "
"If omitted, uses the environment defaults. "
"Relative paths are resolved from the repository root."
),