Please use Python 3.6
Run python rlbench_example.py
to launch the example script.
Here, the BlockPyramid
task is used, and the policy is random end-effector positions.
This script contains example code on how to control the robot, get observations, and get noisy object pose readings.
The following files may be useful to reference from the In the rlbench
folder in the RLBench
repo:
rlbench/action_modes.py
- Different action modes to control the robotrlbench/backend/observation.py
- All fields available in the observation object