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
Thanks for your excellent work and contribution! I have two questions:
Since I'm using google colab, it seems I can't open the meshcat-server before running the training code. So I disable simulation by world = pd.TinyWorld(do_vis=False). Unfortunately, both the exp_punch.py and the exp_throw.py codes get stuck at convert_tool.convert2(urdf_structures, world, mb_gripper) when urdf_structures are './data/punch/p2.urdf' or './data/franka_panda/panda.urdf', './data/franka_panda/sphere2.urdf'. However, exp_ant.py works after setting do_vis=False.
What is the purpose of the exp_ant.py task?
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your excellent work and contribution! I have two questions:
meshcat-server
before running the training code. So I disable simulation byworld = pd.TinyWorld(do_vis=False)
. Unfortunately, both theexp_punch.py
and theexp_throw.py
codes get stuck atconvert_tool.convert2(urdf_structures, world, mb_gripper)
whenurdf_structures
are'./data/punch/p2.urdf'
or'./data/franka_panda/panda.urdf'
,'./data/franka_panda/sphere2.urdf'
. However,exp_ant.py
works after settingdo_vis=False
.exp_ant.py
task?The text was updated successfully, but these errors were encountered: