Skip to content

Commit

Permalink
revert close change
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 9, 2024
1 parent 35e4bc0 commit 7150dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym_pusht/envs/pusht.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _render(self, visualize=False):
def close(self):
if self.window is not None:
pygame.display.quit()
pygame.quit()
pygame.quit()

def teleop_agent(self):
teleop_agent = collections.namedtuple("TeleopAgent", ["act"])
Expand Down

0 comments on commit 7150dea

Please sign in to comment.