openpi
openpi copied to clipboard
- **Summary** The π0.5 paper describes a two-stage inference procedure: first generate a high-level subtask text (e.g., “pick up the pillow”), then predict low-level actions conditioned on that subtask. In...
I need to finetune pi0 on my own 7-DOF + gripper dual arms. I notice that aloha dataset is based on 6-DoF arms while Droid dataset is based on 7-DoF...
**Description** I've observed a progressive increase in CPU memory usage during the fine-tuning process. Specifically, after each model checkpoint is saved, a portion of the CPU RAM is not released....
Hi Author! Thank you for taking the time to read this issue. I'm currently doing simulation using pybullet. My task it to pick up a white cube and put it...
Hello, while studying the Pi0.5 model, I have two questions regarding the model implementation that I would like to ask you: 1、The paper mentions that the model adopts two-stage pre-training...
Asking very nicely
https://github.com/Physical-Intelligence/openpi/blob/175f89c31d1b2631a8ff3b678768f17489c5ead4/src/openpi/models/model.py#L243 ```py def load_pytorch(self, train_config, weight_path: str): logger.info(f"train_config: {train_config}") model = pi0_pytorch.PI0Pytorch(config=train_config.model) safetensors.torch.load_model(model, weight_path) return model ``` In this code, there is no way to set [dtype](https://github.com/Physical-Intelligence/openpi/blob/175f89c31d1b2631a8ff3b678768f17489c5ead4/src/openpi/models/pi0_config.py#L20) like trainig script...
I need to finetune pi0 on my own 7-DOF + gripper dual arms. I notice that aloha dataset is based on 6-DoF arms while Droid dataset is based on 7-DoF...
Hello, Thanks for the excellent work! @kpertsch: I am curious about the processing of state in FAST related experiments: prompt is concatenated with discretized state tokens to form a new...
libero_spatial | 97.4% libero_object | 98.4% libero_goal | 97.6% libero_10 | 93.0%