3d-diffuser-actor-rlbench

Automate RLBench robotic manipulation tasks using a Vision-Language-Action policy with RGB-D imagery.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/bensonlee5/openral --skill 3d-diffuser-actor-rlbench
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 3d-diffuser-actor-rlbench
Source: https://github.com/bensonlee5/openral/tree/main/rskills/3d-diffuser-actor-rlbench
Command: npx skills add https://github.com/bensonlee5/openral --skill 3d-diffuser-actor-rlbench

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openral, zmq, msgpack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a 3D Vision-Language-Action policy to automate robotic manipulation tasks on the RLBench benchmark, enabling precise control and execution of actions like opening drawers, picking up objects, and more.

Core Features & Use Cases

  • Vision-Language-Action Integration: Combines multi-view RGB-D imagery with language instructions for end-effector keypose prediction.
  • 3D Manipulation Tasks: Designed for tasks like opening drawers, manipulating food on a grill, and closing jars in a RLBench simulation environment.
  • Robot Embodyment: Optimized for the Franka Panda robot with CoppeliaSim/PyRep backend.
  • Use Case: A user can input a language instruction such as "open drawer" and the Skill will predict the next end-effector keypose, guiding the robot's motion planner to perform the action.

Quick Start

Execute the Skill using the command: openral benchmark scene --config scenes/benchmark/rlbench_open_drawer.yaml --rskill rskills/3d-diffuser-actor-rlbench

Frequently Asked Questions about 3d-diffuser-actor-rlbench

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate robotic manipulation tasks using language instructions and RGB-D imagery?▼

Automating robotic manipulation tasks with language instructions and RGB-D imagery is achieved using a 3D Vision-Language-Action policy. It combines multi-view visual data with text to predict end-effector keyposes, guiding the robot's motion planner to execute actions.

How does a Vision-Language-Action policy integrate with CoppeliaSim for Franka Panda robot control?▼

A Vision-Language-Action policy integrates with CoppeliaSim by using the PyRep backend to simulate Franka Panda robot environments. It processes RGB-D imagery and language inputs to predict keyposes, which are then executed through the simulator's motion planner.

Can I use this 3D manipulation policy for RLBench benchmark environments?▼

Yes, you can use this 3D manipulation policy specifically for RLBench benchmark environments. It is designed to automate tasks within RLBench, such as opening drawers, manipulating food on a grill, and closing jars using a Franka Panda robot.

What's the best way to start running a vision-language-action policy for a simulated drawer opening task?▼

The best way to start running a vision-language-action policy for a simulated drawer opening task is by executing the provided benchmark command with the appropriate RLBench scene configuration YAML file and the specified rskill path.

Do I need PyTorch and OpenRAL dependencies to run 3D robotic manipulation simulations?▼

Yes, you need PyTorch and OpenRAL dependencies along with ZMQ and msgpack to run 3D robotic manipulation simulations. These libraries facilitate the vision-language-action policy processing, communication, and robotic control execution.

Related Skills