Skip to content

Commit

Permalink
fix: fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Apr 12, 2023
1 parent c9d5f77 commit c327af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SimpleEnv(CMDP):
"""Simplest environment for testing."""

_support_envs = ['Simple-v0']
metadata = {'render_fps':30}
metadata = {'render_fps': 30}
need_auto_reset_wrapper = True
need_time_limit_wrapper = True
_num_envs = 1
Expand Down

0 comments on commit c327af9

Please sign in to comment.