1
Fork 0
This repository has been archived on 2026-08-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2026SEL3-project-Brittle_St.../configs/simulation/default.yaml
2026-04-16 15:18:08 +02:00

16 lines
393 B
YAML

# Default Simulation Settings
# These values are used by scripts/simulate.py
# Path to the trained model (optional)
model_path: null
# Type of model to use if no path is provided (e.g., random)
model_type: "random"
# Execution backend (MJX or BRAX)
backend: "MJC"
# Script behavior
headless: false
# In headless mode this is required; in viewer mode null means "infinite".
max_steps: null