metadata
license: cc-by-4.0
pretty_name: TexasPokerRobot Small
tags:
- robotics
- imitation-learning
- visuomotor-control
- npz
size_categories:
- n<1K
TexasPokerRobot Small
This repository is a small public subset of Winniechen2002/TexasPokerRobot. It is intended as the compact dataset release for NeurIPS review requirements.
The subset contains one original .npz trajectory file, data_0001.npz, from
each of the 14 task folders in the full dataset. The files are not modified or
repacked; the directory names and archive contents follow the source dataset.
Contents
- 14
.npzfiles total - 1 file per task
- Approximately 4.38 GiB total
- Source revision:
mainofWinniechen2002/TexasPokerRobot
Tasks included:
pick_up_leftpick_up_rightpull_5pull_10pull_50pull_100push_5push_10push_50push_100put_down_leftput_down_rightshow_leftshow_right
Each archive uses the same fields as the full dataset. A representative file contains:
joint_positionsjoint_velocitiesjoint_effortsimages_cam0images_cam1images_cam2depth_cam0depth_cam1depth_cam2
See manifest.csv for the exact file list and byte sizes.
Loading Example
import numpy as np
episode = np.load("pick_up_left/data_0001.npz", allow_pickle=True)
print(episode.files)
Some arrays may require allow_pickle=True, matching the original .npz
serialization.
License
This subset follows the source dataset license: CC BY 4.0.