Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rese1f/steve
βπ STEVE in Minecraft is for See and Think: Embodied Agent in Virtual Environment
https://github.com/rese1f/steve
computer-vision dataset embodied-agent large-language-models llama minecraft
Last synced: 3 months ago
JSON representation
βπ STEVE in Minecraft is for See and Think: Embodied Agent in Virtual Environment
- Host: GitHub
- URL: https://github.com/rese1f/steve
- Owner: rese1f
- License: mit
- Created: 2023-06-26T10:51:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T03:48:56.000Z (about 1 year ago)
- Last Synced: 2024-11-08T20:03:53.847Z (3 months ago)
- Topics: computer-vision, dataset, embodied-agent, large-language-models, llama, minecraft
- Homepage: https://rese1f.github.io/STEVE/
- Size: 113 MB
- Stars: 28
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STEVE
[![](http://img.shields.io/badge/cs.CV-arXiv%3A2311.15209-B31B1B.svg)](https://arxiv.org/abs/2311.15209)
[![](https://img.shields.io/badge/code-code_v0-blue)](https://github.com/rese1f/STEVE/tree/code-v0)
[![](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-orange)](https://huggingface.co/SeeThink/STEVE-13b)> **See and Think: Embodied Agent in Virtual Environment**
> Zhonghan Zhao*, Wenhao Chai*, Xuan Wang*, Li Boyi, Shengyu Hao, Shidong Cao, Tian Ye, Jenq-Neng Hwang, Gaoang WangβοΈ
> _arXiv 2023_[![](https://img.youtube.com/vi/ZiH1VuR-9GY/0.jpg)](https://www.youtube.com/embed/ZiH1VuR-9GY?si=LTj5NhLg7--3Cya1)
STEVE, named after the protagonist of the game Minecraft, is our proposed framework aims to build an embodied agent based on the vision model and LLMs within an open world.
## :fire: News
* **[2023.12.13]** : We release our STEVE-7B model at [huggingface](https://huggingface.co/SeeThink/STEVE-7b).
* **[2023.12.11]** : We release our STEVE-13B model at [huggingface](https://huggingface.co/SeeThink/STEVE-13b).
* **[2023.12.06]** : We release our code at [code-v0 branch](https://github.com/rese1f/STEVE/tree/code-v0).
* **[2023.11.26]** :page_with_curl: We release the [paper](https://arxiv.org/abs/2311.15209).If you like our project, please give us a star β on GitHub for the latest update.
## π‘ Overview
The Vision Perception part takes images or videos, encodes them into tokens, and combines them with the tokens of Agent State and Task as input. The STEVE-13B in the Language Instruction part is used for automatic reasoning and task decomposition, and it calls the Skill Database in the form of the Query to output code as action.
![](asset/overview.png)## π£ Demo Video
[![](https://img.youtube.com/vi/NzJEqhIbcZg/0.jpg)](https://www.youtube.com/embed/NzJEqhIbcZg?si=_flZME4YDfok4LVn)
[![](https://img.youtube.com/vi/OWJDZGwephs/0.jpg)](https://www.youtube.com/embed/OWJDZGwephs?si=Vig4h99HPsNf95CP)
[![](https://img.youtube.com/vi/sloqnCtx4kc/0.jpg)](https://www.youtube.com/embed/sloqnCtx4kc?si=eMj_bNEHlg0wg7Py)
[![](https://img.youtube.com/vi/ziYueiXBP7A/0.jpg)](https://www.youtube.com/embed/ziYueiXBP7A?si=76TWzSlHsEeC7rv1)
[![](https://img.youtube.com/vi/6riHoiocb8k/0.jpg)](https://www.youtube.com/embed/6riHoiocb8k?si=PJC6Plb8hQQohQgI)
[![](https://img.youtube.com/vi/LualEoZ7EZQ/0.jpg)](https://www.youtube.com/embed/LualEoZ7EZQ?si=xWTxrJEnZeVRedEt)## βοΈ Citation
If you find STEVE useful for your your research and applications, please cite using this BibTeX:
```bibtex
@article{zhao2023see,
title={See and Think: Embodied Agent in Virtual Environment},
author={Zhao, Zhonghan and Chai, Wenhao and Wang, Xuan and Boyi, Li and Hao, Shengyu and Cao, Shidong and Ye, Tian and Hwang, Jenq-Neng and Wang, Gaoang},
journal={arXiv preprint arXiv:2311.15209},
year={2023}
}
```