Skip to content

real-stanford/gated-memory-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gated Memory Policy

Yihuai Gao, Jinyun Liu, Shuang Li, Shuran Song

Stanford University

Project Website, ArXiv, Models, Datasets

This repository contains source code for gated memory policy training, simulation data collection and evaluation (Memimic & RoboMimic and Mikasa-Robo benchmarks), and real-world robot deployment with in-the-wild checkpoints.

We've organized our code as separate folders so you can easily take any component you need and plug it into your own system.

Repo What it does
imitation-learning-policies/ Policy training and inference serving
real-env/ Real-world robot deployment (Natively support UR5, ARX5)
mujoco-env/ MuJoCo sim, data collection and evaluation for the Memimic (Ours) and RoboMimic benchmarks
mikasa-robo-env/ ManiSkill sim, data collection and evaluation for the Mikasa-Robo benchmark

Table of Contents

Code Acknowledgments

We are grateful to the following amazing open-sourced projects that made this work possible:

Citation

If you find this work useful, please cite:

@misc{gao2026gatedmemorypolicy,
  title         = {Gated Memory Policy},
  author        = {Yihuai Gao and Jinyun Liu and Shuang Li and Shuran Song},
  year          = {2026},
  eprint        = {2604.18933},
  archivePrefix = {arXiv},
  primaryClass  = {cs.RO},
  url           = {https://arxiv.org/abs/2604.18933},
}

About

Official Implementation of Paper [Gated Memory Policy], arXiv:2604.18933

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors