Voyager: An Open-Ended Embodied Agent with LLMs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Voyager

    An Open-Ended Embodied Agent with Large Language Models (by MineDojo)

    I read through the code and tried it out for 15 mins.

    It's a hard-coded program that can do a text search for it's own hard-coded, human-implemented functions. Apparently it can string those functions together, but doesn't do it correctly.

    https://github.com/MineDojo/Voyager/tree/main/voyager/contro...

    20 minutes of light reading through the repository pretty much dispels any notions that this is a self-learning system that can reason and think. It's the same minecraft automation we have been seeing for a decade now, with a chatbot text search builtin.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. mineflayer

    Create Minecraft bots with a powerful, stable, and high level JavaScript API.

    Looking at the paper, as I understand it they're using Mineflayer https://github.com/PrismarineJS/mineflayer and passing parts of the state of the game as JSON to the LLM that are used for code generation to complete tasks.

    > I still don't understand it and it blows my mind - how such properties emerge just from compressing the task of next word prediction.

    The Mineflayer library is very popular, so all the relevant tasks are likely already extant in the training data.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Project Sid: Many-agent simulations toward AI civilization

    2 projects | news.ycombinator.com | 3 Nov 2024
  • Is there any game that allow us to interact with it by python?

    2 projects | /r/reinforcementlearning | 1 Dec 2023
  • A Coder Considers the Waning Days of the Craft

    2 projects | news.ycombinator.com | 13 Nov 2023
  • Open/Local LLM support for MineDojo/Voyager

    4 projects | /r/LocalLLaMA | 11 Oct 2023
  • Voyager – Minecraft Embodied Agent with Large Language Models

    1 project | news.ycombinator.com | 17 Sep 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?