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
The observations from cameras, sensors and environment dynamics are returned as dictionaries by the environment. For example: obs = {"agent1": {"camera":np.array(), "sensors":np.array(), "dynamic1":np.array()}}
The observations from cameras, sensors and environment dynamics are returned as dictionaries by the environment. For example: obs = {"agent1": {"camera":np.array(), "sensors":np.array(), "dynamic1":np.array()}}