Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jul 31, 2024
1 parent c84a9af commit e262958
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarl/conf/task/vmas/repeat_last.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ defaults:
max_steps: 100
horizon: 100
n_agents: 4
k: 1
k: 4
1 change: 1 addition & 0 deletions benchmarl/environments/vmas/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class VmasTask(Task):
SIMPLE_SPREAD = None
SIMPLE_TAG = None
SIMPLE_WORLD_COMM = None
REPEAT_LAST = None

def get_env_fun(
self,
Expand Down
6 changes: 3 additions & 3 deletions fine_tuned/vmas/conf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defaults:
- experiment: base_experiment
- algorithm: ???
- task: ???
- model: layers/mlp
- algorithm: ippo
- task: vmas/repeat_last
- model: layers/gru
- model@critic_model: layers/mlp
- _self_

Expand Down

0 comments on commit e262958

Please sign in to comment.