Skip to content

goelshivam1210/flex_spot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FLEX-SPOT

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.

Project Structure

flex_spot/
├── sim/             # PyBullet environments and TD3 training
├── robot/           # Spot robot policy execution interface

Getting Started

1. Train in Simulation

cd sim
python train_new.py

2. Deploy on Spot

cd robot
python control_robot.py --ip <ROBOT_IP>

Requirements

  • Python 3.8+
  • Additional dependencies listed in each directory's requirements file

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages