Skip to content

Commit 33c7e02

Browse files
albertoxaminChris Elion
authored andcommitted
Updated import format for example with openai gym (#3055)
1 parent a64d02a commit 33c7e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gym-unity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import gym
108108
from baselines import deepq
109109
from baselines import logger
110110

111-
from gym_unity.envs.unity_env import UnityEnv
111+
from gym_unity.envs import UnityEnv
112112

113113
def main():
114114
env = UnityEnv("./envs/GridWorld", 0, use_visual=True, uint8_visual=True)

0 commit comments

Comments
 (0)