The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
RoboGate / PickPlace-68-v0
Industrial pick-and-place validation benchmark for Vision-Language-Action (VLA) models. 68 scenarios across nominal (20), edge-case (15), adversarial (10), and domain-randomized (23) categories. Franka Panda arm in NVIDIA Isaac Sim 5.1.
Install
pip install robogate-env lerobot>=0.5.1
# or directly from source:
pip install -e git+https://github.com/liveplex-cpu/robogate#subdirectory=web/lerobot-envhub
Load
import robogate_env # triggers gym registration
import gymnasium as gym
env = gym.make("robogate/PickPlace-68-v0")
obs, info = env.reset(seed=42)
# ... policy loop ...
Scenarios
nominalx 20edge_casesx 15adversarialx 10domain_randomizationx 23
Citation
@misc{liveplex2026robogate,
title = {RoboGate: A Validation Gate for Industrial VLA Policy Deployment},
author = {Liveplex Research Team},
year = {2026},
url = {https://robogate.io}
}
- Repo: https://github.com/liveplex-cpu/robogate
- Dataset: https://huggingface.co/datasets/liveplex/robogate-failure-dictionary
- EnvHub id:
liveplex/robogate-env(version0.1.0)
- Downloads last month
- 9