koch_block / README.md
AdamLucek's picture
Upload dataset
b2b3777 verified
|
raw
history blame
809 Bytes
---
task_categories:
- robotics
tags:
- LeRobot
- tutorial
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: observation.state
sequence: float32
length: 6
- name: action
sequence: float32
length: 6
- name: observation.images.logitech
dtype: video_frame
- name: observation.images.laptop
dtype: video_frame
- name: episode_index
dtype: int64
- name: frame_index
dtype: int64
- name: timestamp
dtype: float32
- name: next.done
dtype: bool
- name: index
dtype: int64
splits:
- name: train
num_bytes: 3509853
num_examples: 17896
download_size: 873095
dataset_size: 3509853
---
This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).