Skip to content

Commit

Permalink
Fix gymnasium warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jxx123 committed May 17, 2024
1 parent d503ba6 commit 86f243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simglucose/envs/simglucose_gym_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def max_basal(self):


class T1DSimGymnaisumEnv(gymnasium.Env):
metadata = {"render_modes": ["human"]}
metadata = {"render_modes": ["human"], "render_fps": 60}
MAX_BG = 1000

def __init__(
Expand Down

0 comments on commit 86f243d

Please sign in to comment.