bair_robot_pushing_small
Stay organized with collections
Save and categorize content based on your preferences.
This data set contains roughly 44,000 examples of robot pushing motions,
including one training set (train) and two test sets of previously seen
(testseen) and unseen (testnovel) objects. This is the small 64x64 version.
Split |
Examples |
'test' |
256 |
'train' |
43,264 |
Sequence({
'action': Tensor(shape=(4,), dtype=float32),
'endeffector_pos': Tensor(shape=(3,), dtype=float32),
'image_aux1': Image(shape=(64, 64, 3), dtype=uint8),
'image_main': Image(shape=(64, 64, 3), dtype=uint8),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
Sequence |
|
|
|
action |
Tensor |
(4,) |
float32 |
|
endeffector_pos |
Tensor |
(3,) |
float32 |
|
image_aux1 |
Image |
(64, 64, 3) |
uint8 |
|
image_main |
Image |
(64, 64, 3) |
uint8 |
|
@misc{1710.05268,
Author = {Frederik Ebert and Chelsea Finn and Alex X. Lee and Sergey Levine},
Title = {Self-Supervised Visual Planning with Temporal Skip Connections},
Year = {2017},
Eprint = {arXiv:1710.05268},
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-23 UTC.
[null,null,["Last updated 2022-11-23 UTC."],[],[],null,["# bair_robot_pushing_small\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis data set contains roughly 44,000 examples of robot pushing motions,\nincluding one training set (train) and two test sets of previously seen\n(testseen) and unseen (testnovel) objects. This is the small 64x64 version.\n\n- **Homepage** :\n \u003chttps://sites.google.com/view/sna-visual-mpc/\u003e\n\n- **Source code** :\n [`tfds.datasets.bair_robot_pushing_small.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/bair_robot_pushing_small/bair_robot_pushing_small_dataset_builder.py)\n\n- **Versions**:\n\n - **`2.0.0`** (default): New split API (\u003chttps://tensorflow.org/datasets/splits\u003e)\n- **Download size** : `30.06 GiB`\n\n- **Dataset size** : `20.80 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 256 |\n| `'train'` | 43,264 |\n\n- **Feature structure**:\n\n Sequence({\n 'action': Tensor(shape=(4,), dtype=float32),\n 'endeffector_pos': Tensor(shape=(3,), dtype=float32),\n 'image_aux1': Image(shape=(64, 64, 3), dtype=uint8),\n 'image_main': Image(shape=(64, 64, 3), dtype=uint8),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|----------|-------------|---------|-------------|\n| | Sequence | | | |\n| action | Tensor | (4,) | float32 | |\n| endeffector_pos | Tensor | (3,) | float32 | |\n| image_aux1 | Image | (64, 64, 3) | uint8 | |\n| image_main | Image | (64, 64, 3) | uint8 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{1710.05268,\n Author = {Frederik Ebert and Chelsea Finn and Alex X. Lee and Sergey Levine},\n Title = {Self-Supervised Visual Planning with Temporal Skip Connections},\n Year = {2017},\n Eprint = {arXiv:1710.05268},\n }"]]