Skip to content

ardenk14/R3-im

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8af25e6 · May 1, 2023

History

55 Commits
Apr 29, 2023
Apr 29, 2023
Mar 31, 2023
May 1, 2023
Mar 31, 2023
Mar 8, 2023
Apr 4, 2023
Apr 23, 2023
Apr 21, 2023
Apr 21, 2023
Apr 21, 2023
Apr 21, 2023
Apr 21, 2023
Apr 29, 2023
Apr 21, 2023
Apr 21, 2023
Apr 29, 2023
Apr 21, 2023
May 1, 2023

Repository files navigation

R3-IM

Goal: Zero-shot imitation of human actions.

R3M has been shown to improve learning efficiency when applied to a type of imitation learning called behavior cloning, as it is able to pull key information for robot manipulation tasks from images. A Goal-Conditioned Skill Policy (GSP) allows a robot to learn a policy that maps two states (images of the environment showing the current state and the goal state) to a sequence of actions between them. By encoding the images (state and goal/sub-goal) with a pre-trained R3M model (as opposed to an AlexNet), we expect to learn a more robust GSP with a smaller amount of training data. Our ultimate goal is to extend this to using human images as goals.

Behavior Cloning with pybullet and Fetch

Behavior_cloning_gif

We also extend R3M's behavior cloning expereiments by collecting training data and evaluating with the pybullet simulator and Fetch robot. Our chosen task is to pick up a small block from a table.

GSP_gif

GSP Diagram: GSP_Diagram

References:

  1. R3M: https://arxiv.org/pdf/2203.12601.pdf
  2. GSP: https://pathak22.github.io/zeroshot-imitation/resources/iclr18.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published