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
Hi, I want to change the Panda into UR3 when using the env = gym.make('reach_target-state-v0', render_mode='human'). But it seems that even if I make changes into env = Environment(
action_mode, obs_config=obs_config, headless=False,
robot_setup='ur5') in 37 /rlbench/gym/rlbench_env.py it still doesn't work, can you tell me how to add ur3 to the environment and be able to call it via gym.make.
The text was updated successfully, but these errors were encountered:
Hi, I want to change the Panda into UR3 when using the env = gym.make('reach_target-state-v0', render_mode='human'). But it seems that even if I make changes into env = Environment(
action_mode, obs_config=obs_config, headless=False,
robot_setup='ur5') in 37 /rlbench/gym/rlbench_env.py it still doesn't work, can you tell me how to add ur3 to the environment and be able to call it via gym.make.
The text was updated successfully, but these errors were encountered: