Skip to content

Commit fe8aee5

Browse files
committed
fix import gym
1 parent 31df8ef commit fe8aee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balrog/environments/env_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import gym
1+
import gymnasium as gym
22

33

44
class EnvWrapper(gym.Wrapper):

0 commit comments

Comments
 (0)