-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretrain Dataset Question: #25
Comments
In pre-training, we do not use actions. We use future states instead. |
Got it, thanks! |
Also, could you please let me know where you got the ALOHA dataset? It seems that the dataset is missing from the google drive of open-x dataset: https://console.cloud.google.com/storage/browser/gresearch/robotics?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22)) Thanks! |
Hi, Just one further question, I noticed that you are also using RH20T dataset. Two questions about this:
Thanks! |
We use both joint.npy and tcp_base.npy for future state prediction. To leverage the multiple camera views in RH20T, we randomly select one camera view from all views available for each data sample during training. |
Thank you for the quick reply! Then, what about action? Are you using future joint and tcp_base as action? Thanks! |
During pre-training, we do not use action but instead future states. In the case of RH20T, the model takes current joint pose and tcp_base as proprio, and predicts future joint pose and tcp_base. |
Got it, I appreciate your quick and detailed response, thank you! |
Sorry for bothering you again! In RH20T, for the following two configs: Conf. | Robot Gripper | The joint dim should be either 6 or 7, but their joint.npy file has 14 on it. May I ask how did you process this? |
During our pre-training processing, most (I'm not sure if it's all) of the joint.npy dimensions are 6 or 7, so we simply remove all data that is not 6 or 7 dimensions. You can refer to data/preprocess_scripts/rh20t.py for more information. |
Hi,
When you used BC Z (Jang et al., 2021) as one of your pretrain dataset, did you realize that their action data is problematic? For example:
The gripper action for the future 10 steps is all 0, and the state of gripper increased; However, as shown below, the gripper action for the future 10 steps is also all 0, the state of gripper decreased.
Did you ever fixed this? Could you please share the fixed data?
Thanks!
The text was updated successfully, but these errors were encountered: