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 26831b1 commit fa6a858
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
8 changes: 0 additions & 8 deletions benchmarl/conf/task/vmas/repeat_last.yaml

This file was deleted.

1 change: 0 additions & 1 deletion benchmarl/environments/vmas/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class VmasTask(Task):
SIMPLE_SPREAD = None
SIMPLE_TAG = None
SIMPLE_WORLD_COMM = None
REPEAT_LAST = None

def get_env_fun(
self,
Expand Down
15 changes: 0 additions & 15 deletions benchmarl/environments/vmas/repeat_last.py

This file was deleted.

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: ippo
- task: vmas/repeat_last
- model: layers/gru
- algorithm: ???
- task: ???
- model: layers/mlp
- model@critic_model: layers/mlp
- _self_

Expand Down

0 comments on commit fa6a858

Please sign in to comment.