Skip to content
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

Update text description for tfds data action and observation.state #26

Open
youliangtan opened this issue Nov 27, 2023 · 0 comments
Open

Comments

@youliangtan
Copy link
Member

The text description in bridge_dataset/1.0.0/features.json is incorrect.

"action": {
    "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
    "tensor": {
        "shape": {
            "dimensions": [
                "7"
            ]
        },
        "dtype": "float32",
        "encoding": "none"
    },
    "description": "Robot action, consists of [7x joint velocities, 2x gripper velocities, 1x terminate episode]."
},
"state": {
    "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
    "tensor": {
        "shape": {
            "dimensions": [
                "7"
            ]
        },
        "dtype": "float32",
        "encoding": "none"
    },
    "description": "Robot state, consists of [7x robot joint angles, 2x gripper position, 1x door opening angle]."
},

Both should be in cartesian space reference to base_link. with state: [x, y, z, roll, pitch, yaw, gripperstate] and action: [dx, dy, dz, droll, dpitch, dyaw, gripperstate]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant