-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
env = gym.make("AntMuJoCoEnv-v0")
env.reset()
for i in range(10):
state,_,_,_ = env.step(env.action_space.sample())
print(state)
array([ 0.48600267, -0.02747473, -0.0488695 , 0.55320414, 0.76180714,
-0.46062074, 0.7321935 , 0.43551934, -0.59654198, 0.01406484,
-0.9421499 , 0.35980088, 0.96942428, 0.34243858, 0.07390555,
-0.01478774, -0.01189533, 0.00519861, 0.10619358, -0.02251298,
0.04225551, 0.03821672, -0.03983905, 0.0030749 , -0.06877575,
0.03366648, 0.06564061, 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. , 0. , 0. , 0. , 0. ,
0. ])
I think we can remove many states after a certain index, what do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels