Skip to content

Commit

Permalink
Merge pull request #456 from instadeepai/bugfix/remove-errant-print
Browse files Browse the repository at this point in the history
fix/remove flatland wrapper debug print statement
  • Loading branch information
AsadJeewa authored Mar 22, 2022
2 parents 76664d8 + 49064d1 commit 5da3856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mava/wrappers/flatland.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def environment(self) -> RailEnv:
@property
def num_agents(self) -> int:
"""Returns the number of trains/agents in the flatland environment"""
print(self._environment.number_of_agents)
return int(self._environment.number_of_agents)

def __getattr__(self, name: str) -> Any:
Expand Down

0 comments on commit 5da3856

Please sign in to comment.