Romain Deffayet
Romain Deffayet
Hi, the VecEnv implementation doesn't seem to work on my machine: python -m mani_skill2.examples.demo_random_action -> works fine python -m mani_skill2.examples.demo_vec_env -e PickCube-v0 -n 4 --vecenv-type "gym" -> works fine python...
Hi, in `torchtune.generation.generate`, the first token is generated using `generate_next_token` instead of `custom_generate_next_token`. See the [exact line](https://github.com/pytorch/torchtune/blob/0991f97ef13735ea6d458db22137a2796f8fbf92/torchtune/generation/_generation.py#L323)
Hello, I would love to have some help with adding the Robotiq 140 gripper in maniskill. To get it to close, I used the mimic controller from maniskill on all...