We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b7df commit cdeb12cCopy full SHA for cdeb12c
marl-task/conf/base.yaml
@@ -0,0 +1,8 @@
1
+defaults:
2
+ - model: ppo
3
+ - env: swarm
4
+
5
+frames_per_batch: 4096
6
+minibatch_size: 256
7
+clip_epsilon: 0.2
8
+entropy_coef: 0.01
marl-task/conf/env/swarm.yaml
@@ -0,0 +1,4 @@
+name: swarm
+landscape_dim: 2
+num_agents: 10
+batch_size: 16
marl-task/conf/model/ppo.yaml
+name: ppo
+hidden_sizes: [128, 64]
+activation: relu
+learning_rate: 3e-4
0 commit comments