This file contains the instructions for reproducing RLDG as presented in the paper.
We focus this guide on reproducing the Connector Insertion experiment with a Franka arm.
For instructions setting up the FMB Insertion and FMB Assembly tasks, please refer to the FMB project page.
To train the RL policies, we used the standard HIL-SERL recipe. We include the experiment specific configuration files at rldg/hil-serl/connector_insert/
. To use this:
rldg/hil-serl/connector_insert/
directory to the hil-serl/examples/experiments/
directory in your HIL-SERL installation. Also add this experiment config to the hil-serl/examples/experiments/mappings.py
file.rldg/hil-serl/rollout_rl.py
. To run this, copy the file into hil-serl/examples/
and run the ./rollout.sh
script inside the connector_insert
directory.For our experiment, we trained 3 separate policies with USB A, VGA, and Ethernet connectors.
Coming soon
Coming soon