feat: add modular configuration files
This commit is contained in:
parent
3b8c347715
commit
2a7537f51c
14 changed files with 150 additions and 0 deletions
8
configs/arena/default.yaml
Normal file
8
configs/arena/default.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Default Arena Configuration
|
||||
# Base aquarium environment settings.
|
||||
|
||||
size: [10.0, 5.0]
|
||||
sand_ground_color: true
|
||||
attach_target: true
|
||||
wall_height: 1.5
|
||||
wall_thickness: 0.1
|
||||
Reference in a new issue