Hi,
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?
Hi,
Thanks for your excellent work and contribution! I have two questions:
meshcat-serverbefore running the training code. So I disable simulation byworld = pd.TinyWorld(do_vis=False). Unfortunately, both theexp_punch.pyand theexp_throw.pycodes get stuck atconvert_tool.convert2(urdf_structures, world, mb_gripper)whenurdf_structuresare'./data/punch/p2.urdf'or'./data/franka_panda/panda.urdf','./data/franka_panda/sphere2.urdf'. However,exp_ant.pyworks after settingdo_vis=False.exp_ant.pytask?