Skip to content

About generating dataset and evaluating in the environment #261

@AaronChuh

Description

@AaronChuh

Hi, thanks for this excellent work!

I want to generate some data to train an imitation learning model and evaluating in this environment. I read the codes and notice that there is a script named dataset_generator.py which can generate some data. I give it a try and it works. However, I'm a little confused about some configurations.

First, the action mode is set to JointVelocity by default and most of the states infomation are saved in low_dim_obs.pkl like gripper_pose. However, I want to train a model that predicts the pose of end effector and I find another action mode class named EndEffectorPoseViaPlanning. So if I train the model using gripper pose as end effector pose, can I just substitute the the action mode with EndEffectorPoseViaPlanning during evaluation?

Second, I find the gripper pose have a dimension of 7. Is it 3 for postion and 4 for rotation?

Looking forward to your reply, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions