Running the Robot Controller
You will need to run the controller code on the robot so that our policy can communicate with the robot, get the observations, and execute the actions. This step walks you through that.
Getting Started
git clone https://github.com/notmahi/dobb-e.git cd dobb-e/robot-serverpip install -r requirements.txt
Running
stretch_robot_home.pymamba activate home_robot roscorepython3 start_server.py
Last updated