File size: 82 Bytes
b618214
 
 
 
 
1
2
3
4
5
6
from my_env_v4 import MyEnvV4Env

env = MyEnvV4Env()
obs = env.reset()
print(obs)