1
Fork 0

feat: simulation config

This commit is contained in:
Tibo De Peuter 2026-04-15 19:39:39 +02:00
parent 143dbbc710
commit a724716117
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
8 changed files with 52 additions and 15 deletions

View file

@ -11,6 +11,7 @@ defaults:
- morphology: 5_arms_full
- arena: default
- environment: directed_locomotion
- simulation: default
- _self_
hydra:

View file

@ -0,0 +1,11 @@
# 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: "MJX"