Skip to content

finetuning on libero #102

@lzl2040

Description

@lzl2040

When I try to finetune RDT on LIBERO, the loss curve is as follows:

Image

Is this normal? My dataset preparation is as follows:

  • complete the libero_vla_dataset.py based on hdf5_maniskill_dataset.py: Because the libero provides the actions and the states in the format of x, 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions