diffarticulated
diffarticulated copied to clipboard
Simulation-free implementation and exp_ant?
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-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. - What is the purpose of the
exp_ant.pytask?