Skip to content

Commit a397151

Browse files
committed
Small omiga smac wrapper fix.
1 parent 005c9e6 commit a397151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

og_marl/wrapped_environments/smacv1_omiga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
def reset(self) -> ResetReturn:
4848
"""Resets the env."""
4949
# Reset the environment
50-
observations, env_state, available_actions = self.environment.reset()
50+
observations, env_state, available_actions = self._environment.reset()
5151
self.done = False
5252

5353
# Get observation from env

0 commit comments

Comments
 (0)