This repository houses the code for the flex impleemntation on the BD SPOT Robot. Please contact Shivam Goel (shivam.goel@tufts.edu) for any queries.
- sim/: Simulated training environments for force policy learning using PyBullet.
- robot/: Execution interface to deploy trained policies on Spot using its SDK.
flex_spot/
├── sim/ # PyBullet environments and TD3 training
├── robot/ # Spot robot policy execution interface
cd sim
python train_new.pycd robot
python control_robot.py --ip <ROBOT_IP>- Python 3.8+
- Additional dependencies listed in each directory's
requirementsfile
MIT License