Skip to content

Commit 395ca9b

Browse files
authored
fix import gym (#8)
1 parent c905ac2 commit 395ca9b

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)