From 4000c43c6edf56d75d54448f1ea750f22ec5eb03 Mon Sep 17 00:00:00 2001 From: Kosi Asuzu <34872572+asuzukosi@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:57:32 +0100 Subject: [PATCH 1/2] Add PhysObject paper Add PhysObjects paper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13487bd..4e30124 100755 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ If you find this repository useful, please consider [citing](#citation) and STAR * **Scalingup**: "Scaling Up and Distilling Down: Language-Guided Robot Skill Acquisition", *arXiv, July 2023*. [[Paper](https://arxiv.org/abs/2307.14535)] [[Code](https://github.com/columbia-ai-robotics/scalingup)] [[Website](https://www.cs.columbia.edu/~huy/scalingup/)] * **Gato**: "A Generalist Agent", *TMLR, Nov 2022*. [[Paper/PDF](https://openreview.net/pdf?id=1ikK0kHjvj)] [[Website](https://www.deepmind.com/publications/a-generalist-agent)] * **RoboCat**: "RoboCat: A self-improving robotic agent", *arxiv, Jun 2023*. [[Paper/PDF](https://arxiv.org/abs/2306.11706)] [[Website](https://www.deepmind.com/blog/robocat-a-self-improving-robotic-agent)] +* **PhysObjects**: "Physically Grounded Vision-Language Models for Robotic Manipulation", *arxiv, Sept 2023*. [[Paper](https://arxiv.org/pdf/2309.02561.pdf)] --- From 605473ea3c5938c302abd4bb23b1a412ea1486be Mon Sep 17 00:00:00 2001 From: Kosi Asuzu <34872572+asuzukosi@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:02:10 +0100 Subject: [PATCH 2/2] Add MetaMorph paper Add meta morph paper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e30124..d9da6cb 100755 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ If you find this repository useful, please consider [citing](#citation) and STAR * **Gato**: "A Generalist Agent", *TMLR, Nov 2022*. [[Paper/PDF](https://openreview.net/pdf?id=1ikK0kHjvj)] [[Website](https://www.deepmind.com/publications/a-generalist-agent)] * **RoboCat**: "RoboCat: A self-improving robotic agent", *arxiv, Jun 2023*. [[Paper/PDF](https://arxiv.org/abs/2306.11706)] [[Website](https://www.deepmind.com/blog/robocat-a-self-improving-robotic-agent)] * **PhysObjects**: "Physically Grounded Vision-Language Models for Robotic Manipulation", *arxiv, Sept 2023*. [[Paper](https://arxiv.org/pdf/2309.02561.pdf)] +* **MetaMorph**: "METAMORPH: LEARNING UNIVERSAL CONTROLLERS WITH TRANSFORMERS", *arxiv, Mar 2022*. [[Paper](https://arxiv.org/pdf/2203.11931.pdf)] ---