fix: adapted simulation config
This commit is contained in:
parent
419ee29e6c
commit
3fb8ffc9d0
2 changed files with 13 additions and 2 deletions
|
|
@ -8,4 +8,9 @@ model_path: null
|
|||
model_type: "random"
|
||||
|
||||
# Execution backend (MJX or BRAX)
|
||||
backend: "MJX"
|
||||
backend: "MJC"
|
||||
|
||||
# Script behavior
|
||||
headless: false
|
||||
# In headless mode this is required; in viewer mode null means "infinite".
|
||||
max_steps: null
|
||||
|
|
|
|||
Reference in a new issue