Skip to content

Commit

Permalink
Call super().close
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Sep 18, 2023
1 parent a6f3ff7 commit bc16310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sheeprl/envs/diambra.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ def reset(

def close(self) -> None:
self._env.close()
super().close()

0 comments on commit bc16310

Please sign in to comment.