feat(PPOTrainer): decentralized message passing babyyyy
This commit is contained in:
parent
9398592e34
commit
6114e36e27
6 changed files with 122 additions and 34 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue