We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c9e6 commit a397151Copy full SHA for a397151
og_marl/wrapped_environments/smacv1_omiga.py
@@ -47,7 +47,7 @@ def __init__(
47
def reset(self) -> ResetReturn:
48
"""Resets the env."""
49
# Reset the environment
50
- observations, env_state, available_actions = self.environment.reset()
+ observations, env_state, available_actions = self._environment.reset()
51
self.done = False
52
53
# Get observation from env
0 commit comments