Skip to content

Commit

Permalink
Merge pull request #84 from jxx123/fix_warning
Browse files Browse the repository at this point in the history
Fix gymnasium warnings
  • Loading branch information
jxx123 authored May 17, 2024
2 parents 506bfea + 86f243d commit 0b5b538
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 0b5b538

Please sign in to comment.