Skip to content

abitha-thankaraj/audio-robot-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio robot learning

That Sounds Right: Auditory Self-Supervision for Dynamic Robot Manipulation

Project Page

For robot rollouts and data collection: Refer sound-supervised-bot

Installation Instructions

  1. Clone the repo
git clone git@github.com:abitha-thankaraj/audio-robot-learning.git
cd audio-robot-learning/
  1. Install the required python packages:
conda env create -f setup/environment.yaml
  1. Install the aurl library
pip install -e . 
  1. Download the dataset here. Update path to the data_dir in your dataset configs.

Instructions

To pretrain the self supervised encoder for AuRL:

cd aurl
python pretrain.py dataset=<task_name>/mel ssl=<aurl_variant>

To finetune aurl:

cd aurl
python train.py encoder_dir=<ssl_encoder_save_dir> dataset=<task_name>/mel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages