-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
When I try to finetune RDT on LIBERO, the loss curve is as follows:
Is this normal? My dataset preparation is as follows:
- complete the
libero_vla_dataset.pybased on hdf5_maniskill_dataset.py: Because the libero provides the actions and the states in the format ofx, y, z, roll, pitch, yaw, gripper, I first transform it to 6D representation. Then I use the following state:
UNI_STATE_INDICES = [ STATE_VEC_IDX_MAPPING['eef_pos_x']
] + [ STATE_VEC_IDX_MAPPING['eef_pos_y']
] + [ STATE_VEC_IDX_MAPPING['eef_pos_z']
] + [
STATE_VEC_IDX_MAPPING[f"eef_angle_{i}"] for i in range(6)
] + [
STATE_VEC_IDX_MAPPING["right_gripper_open"]
]Is there any error?
Metadata
Metadata
Assignees
Labels
No labels