feat: simulation config
This commit is contained in:
parent
143dbbc710
commit
a724716117
8 changed files with 52 additions and 15 deletions
|
|
@ -11,6 +11,7 @@ defaults:
|
|||
- morphology: 5_arms_full
|
||||
- arena: default
|
||||
- environment: directed_locomotion
|
||||
- simulation: default
|
||||
- _self_
|
||||
|
||||
hydra:
|
||||
|
|
|
|||
11
configs/simulation/default.yaml
Normal file
11
configs/simulation/default.yaml
Normal 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"
|
||||
Reference in a new issue