#879 · Primary category: AI Agents & Automation
Voyager
An Open-Ended Embodied Agent with Large Language Models
Project last updated:04/03/24
GitHub Stars
7.2K
Forks
701
Contributors
13
License
MIT
Why we included this project
Voyager is a research project that shows what happens when you let a large language model drive an agent that keeps learning on its own. It runs a GPT-4-powered loop inside Minecraft: the agent writes executable code for each behavior it picks up, checks that code against environment feedback and execution errors, and saves successful programs into a growing skill library it can draw on later, even in a fresh world. Because the automatic curriculum, the self-verifying code loop, and the skill store are kept as separate pieces rather than one giant prompt, the system is easier to study and adapt if you want to borrow ideas for your own agent. It also calls the model through a blackbox API instead of fine-tuning, a practical pattern for anyone coupling an agent loop to a hosted LLM. Keep in mind this is research software built around Minecraft, not a drop-in automation tool: you will need to set up a game instance and an OpenAI key before anything runs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.