docs: add main configuration entry point and usage guidelines
This commit is contained in:
parent
2a7537f51c
commit
71aedc4853
2 changed files with 54 additions and 12 deletions
13
configs/main_config.yaml
Normal file
13
configs/main_config.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Brittle Star Project - Main Configuration
|
||||
# This file defines the default composition of the hierarchical configuration.
|
||||
# Sub-configs are loaded from the relative directories.
|
||||
|
||||
defaults:
|
||||
- experiment: base
|
||||
- logging: default
|
||||
- ppo: default
|
||||
- architecture: centralized
|
||||
- morphology: 5_arms_full
|
||||
- arena: default
|
||||
- environment: directed_locomotion
|
||||
- _self_
|
||||
Reference in a new issue