Skip to content

Commit

Permalink
Set loggers as a property of every GridWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaa committed May 14, 2021
1 parent 091b4a1 commit aa6d87f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions matrx/grid_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,3 +1048,7 @@ def tick_duration(self):
"""float: the desired duration of one tick. The real tick_duration might be longer due to a large amount of
processing that needs to be done each tick by one or multiple agents. """
return self.__tick_duration

@property
def loggers(self):
return self.__loggers

0 comments on commit aa6d87f

Please sign in to comment.