You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
observation, info = env.reset()
while True:
actions = [0, 0, 0] # 3D List as we have 3 simultaneous environments
observation, reward, done, truncated, info = env.step(actions)
The text was updated successfully, but these errors were encountered:
#Run the environments
observation, info = env.reset()
while True:
actions = [0, 0, 0] # 3D List as we have 3 simultaneous environments
observation, reward, done, truncated, info = env.step(actions)
The text was updated successfully, but these errors were encountered: