Skip to content

Commit

Permalink
Changes requested to PR #81:
Browse files Browse the repository at this point in the history
- Removing Spielberg
- Removing __del__ from f110_env
  • Loading branch information
nandantumu committed Oct 20, 2023
1 parent c9363c8 commit bc3d6f2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3,435 deletions.
5 changes: 0 additions & 5 deletions gym/f110_gym/envs/f110_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ def __init__(self, config: dict = None, render_mode=None, **kwargs):
self.render_obs = None
self.render_mode = render_mode

def __del__(self):
"""
Finalizer, does cleanup
"""

@classmethod
def default_config(cls) -> dict:
"""
Expand Down
Loading

0 comments on commit bc3d6f2

Please sign in to comment.