1
Fork 0

feat(PPOTrainer): decentralized message passing babyyyy

This commit is contained in:
Robin Meersman 2026-05-02 21:50:42 +02:00
parent 9398592e34
commit 6114e36e27
6 changed files with 122 additions and 34 deletions

View file

@ -26,7 +26,7 @@ critic:
activation: "tanh"
# Synchronous message-passing rounds per control step
message_passing_steps: 1
message_passing_steps: 4
# Connectivity topology (e.g., ring, fully_connected)
topology_type: "ring"