1
Fork 0

fix: explicit arms length check

This commit is contained in:
Tibo De Peuter 2026-04-15 19:26:33 +02:00
parent 6ed4ad8060
commit 143dbbc710
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
4 changed files with 18 additions and 3 deletions

View file

@ -4,6 +4,7 @@
# Default values are defined in CentralizedConfig dataclass.
# Use this configuration for standard PPO experiments.
name: "centralized"
sensor:
hidden_dims: [64, 64]
activation: "tanh"

View file

@ -4,6 +4,7 @@
# Default values are defined in DecentralizedConfig dataclass.
# Use this configuration for decentralized execution experiments.
name: "decentralized"
sensor:
hidden_dims: [64, 64]
activation: "tanh"