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
Currently I am trying to use imitation learning in surgical_robotics_challenge, is there a wrapped environment model for this project? I only find AmbfEnv() to make env in AMBF2.0.
from ambf_comm import AmbfEnv
ENV_NAME = 'psm1/baselink'# Training
env = AmbfEnv()
env.make(ENV_NAME)
env.reset()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Currently I am trying to use imitation learning in surgical_robotics_challenge, is there a wrapped environment model for this project? I only find AmbfEnv() to make env in AMBF2.0.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions