Skip to content

Spot Sim2Real First Release

Latest
Compare
Choose a tag to compare
@jimmytyyang jimmytyyang released this 28 Jul 22:06
· 106 commits to main since this release

Spot Sim2Real Release Note

This release aims to reproduce the demos of Adaptive Skill Coordination ASC and Language-guided Skill Coordination LSC. We open-source the weights of the navigation, picking, and place skills, and the infrastructure to use Large Language Models (LLMs) to interact with those skills.

The codebase consists of two major components:

  • bd_spot_wrapper: It provides a Python interface for using Boston Dynamics API to control the robots. We expect users will use this wrapper to design their own custom pipeline to control robots.
  • spot_rl_experiments: It provides an example and demo code for using bd_spot_wrapper to reproduce ASC and LSC.

Major Features and Improvements:

Other Improvements and Bug Fixes:

Community Contributors