Skip to content

Commit

Permalink
chore: Updated docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaleabTessera committed Oct 22, 2021
1 parent c30dd6e commit bbd08d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mava/wrappers/pettingzoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def observation_spec(self) -> types.Observation:
)
legal_actions = _convert_to_spec(self._environment.action_spaces[agent])
else:
# For env link SC2 with action mask spec
# For env like SC2 with action mask spec
observation = _convert_to_spec(
self._environment.observation_spaces[agent]["observation"]
)
Expand Down

0 comments on commit bbd08d7

Please sign in to comment.