1
Fork 0

docs: add main configuration entry point and usage guidelines

This commit is contained in:
Tibo De Peuter 2026-04-14 22:47:09 +02:00
parent 2a7537f51c
commit 71aedc4853
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
2 changed files with 54 additions and 12 deletions

13
configs/main_config.yaml Normal file
View 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_