Skip to content

Commit

Permalink
revert: revert mpe to cont per default
Browse files Browse the repository at this point in the history
  • Loading branch information
WiemKhlifi committed Nov 11, 2024
1 parent 2c75921 commit 90a583a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mava/configs/env/mpe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --- Environment Configs---
defaults:
- _self_
- scenario: simple_spread_10ag # [simple_spread_3ag, simple_spread_5ag, simple_spread_10ag]
- scenario: simple_spread_3ag # [simple_spread_3ag, simple_spread_5ag, simple_spread_10ag]

env_name: MPE # Used for logging purposes and selection of the corresponding wrapper.

Expand All @@ -16,4 +16,4 @@ log_win_rate: False

kwargs:
# Note: We only support `Continuous` actions for now but the `Discrete` version works as well.
action_type: Discrete # Whether agent action spaces are "Continuous" or "Discrete".
action_type: Continuous # Whether agent action spaces are "Continuous" or "Discrete".

0 comments on commit 90a583a

Please sign in to comment.