Skip to content

Commit

Permalink
fixing memory leak with resetting and player observations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Jan 22, 2021
1 parent 0ff2a73 commit c1eee71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/benchmarks/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def gvgai_test_old():

if __name__ == '__main__':

env = griddly('dmlab_pushbox.yaml')
#env = griddly('dmlab_pushbox.yaml')

# env = minigrid_test()
# env = griddly('Single-Player/Mini-Grid/minigrid-eyeball.yaml')
Expand All @@ -51,7 +51,7 @@ def gvgai_test_old():
# memory usage recorded in these tests is inaccurate because the GVGAI environment is in a different process
# env = gvgai_test()
# env = gvgai_test_old()
# env = griddly('Single-Player/GVGAI/sokoban.yaml')
env = griddly('Single-Player/GVGAI/sokoban.yaml')

env.reset()
start = timer()
Expand Down

0 comments on commit c1eee71

Please sign in to comment.