Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.5 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.5 KB

Learning from Human Videos for Robotic Manipulation

This repository contains the full source code for Aditya Kannan's Master's Thesis document.

Publications behind this thesis

Some of the content here is behind these publications:

DEFT: Dexterous Fine-Tuning for Real-World Hand Policies
Aditya Kannan*, Kenneth Shaw*, Pragna Mannam, Shikhar Bahl, Deepak Pathak
CoRL 2023
[web] [arXiv] [pdf] [data]

The experimental source code and data produced for this thesis are freely available as open source software and are available in the following repositories.

  • adityak77/deft-data — Training dataset for "DEFT: Dexterous Fine-Tuning for Real-World Hand Policies", an approach that fine-tunes an affordance prior from human videos for real-world kitchen tasks.
  • adityak77/rewards-from-human-videos — Our method learns an agent- and domain-agnostic representation that can be applied as a zero-shot reward function for robotic control.
  • adityak77/inpainting — Various segmentation and video inpainting approaches with the objective of use towards reward learning. Accompanies code for Rewards from Human Videos.


The BibTeX for this document is:

@mastersthesis{kannan2023learning,
  author       = {Aditya Kannan},
  title        = {Learning from Human Videos for Robotic Manipulation},
  school       = {Carnegie Mellon University},
  year         = 2023,
  month        = July,
}