Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 864 Bytes

policy_learning.md

File metadata and controls

7 lines (5 loc) · 864 Bytes

Policy Learning

Since the morphologies of robots and simulations vary so much , we use different learning methods to learn policies for different robots and simulations. Below we have listed down the Imitation learning and Inverse RL algorithms used for each robots and simulations with open-sourced codefiles.

  1. Franka-Allegro: We use TAVI to learn tactile-vision policies for the Franka-Allegro setup.Code
  2. Allegro-Sim: We use FISH for training vision policies from the images saved from the camera data from simulation. Code
  3. Libero-Sim: We use BC with a GMM head to train imitation learning policies for the data collected in Libero-Sim environment.Code