Skip to content

Commit

Permalink
chore: (WIP) Temporary fix of rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
strakam committed Jan 9, 2025
1 parent 1aea6da commit 0b9c0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generals/envs/multiagent_gymnasium_generals.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def step(self, actions: list[Action]) -> tuple[Any, Any, bool, bool, dict[str, A
)
for agent in self.agents
]
rewards = 0 # WIP

terminated = self.game.is_done()
truncated = False
Expand Down

0 comments on commit 0b9c0b6

Please sign in to comment.