Close Menu
Ztoog
    What's Hot
    Technology

    Runway rolls out Act-One, a Gen-3 Alpha tool for animating AI-generated characters with realistic facial expressions using video and voice recordings as inputs (Runway)

    Crypto

    BNB’s 12% Weekly Surge: Approaching Peak or Just Starting?

    Gadgets

    Apple refreshes 13- and 15-inch MacBook Airs with faster M3 chip

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Can work-life balance tracking improve well-being?

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

    • Technology

      Elon Musk tries to stick to spaceships

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

    • Science

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

    • Crypto

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

    Ztoog
    Home » Meet Voyager: A Powerful Agent For Minecraft With GPT4 And The First Lifelong Learning Agent That Plays Minecraft Purely In-Context
    AI

    Meet Voyager: A Powerful Agent For Minecraft With GPT4 And The First Lifelong Learning Agent That Plays Minecraft Purely In-Context

    Facebook Twitter Pinterest WhatsApp
    Meet Voyager: A Powerful Agent For Minecraft With GPT4 And The First Lifelong Learning Agent That Plays Minecraft Purely In-Context
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    The nice drawback dealing with synthetic intelligence researchers as we speak is creating absolutely autonomous embodied entities that may plan, discover, and be taught in open-ended environments. Traditional strategies depend on elementary actions to coach fashions by means of reinforcement studying (RL) and imitation studying, making methodical investigation, interpretability, and generalizability troublesome. Recent advances in giant language mannequin (LLM) primarily based brokers use the world data encoded in pre-trained LLMs to develop constant motion plans or executable insurance policies. They are utilized in non-embodied NLP actions along with embodied ones like gaming and robotics.

    Voyager is the primary LLM-powered embodied lifelong studying agent in Minecraft, and it’s all the time exploring new worlds, buying new expertise, and making discoveries with none assist from people. The three important elements of Voyager are:

    1. An automated curriculum, an academic framework that prioritizes discovery
    2. An ever-expanding repository/talent library of executable code that may retailer and recall complicated actions.
    3. A prompting mechanism for program enhancement that iteratively consists of suggestions from the encircling surroundings, execution faults, and self-verification.

    Voyager makes use of black field queries to speak with GPT-4, eliminating the necessity for fine-tuning mannequin parameters. Voyager’s acquired skills shortly compound and mitigate catastrophic forgetting since they’re time-extended, interpretable, and compositional. Empirically, Voyager demonstrates extraordinary efficiency within the online game Minecraft and a strong contextual lifetime studying potential. It can discover 3.3 instances as many uncommon items, journey 2.3 instances as far, and attain essential milestones within the tech tree as much as 15.3 instances faster than earlier SOTA. While different strategies fail to generalize, Voyager can apply the realized talent library in a brand new Minecraft surroundings to carry out brand-new challenges from scratch.

    🚀 JOIN the quickest ML Subreddit Community

    Voyager’s skills develop quick because of the compositional synthesis of complicated expertise, which prevents the catastrophic forgetting that plagues different types of steady studying. Voyager’s exploration progress and the agent’s present state are factored into the automated curriculum, which proposes more and more harder duties for Voyager to unravel. With “discovering as many different things as possible” as its overriding function, GPT-4 creates the course define. This technique could be interpreted as a novelty search that operates inside a sure context. Voyager’s talent library is constructed over time from the lively packages that contribute to a profitable activity decision. The embedded description of every program serves as an index that may be retrieved in future analogous cases.

    • But LLMs need assistance growing the appropriate motion code on the spot and sometimes get it incorrect. The analysis group has proposed an iterative prompting system to unravel this drawback.
    • Runs the created code to gather knowledge from the Minecraft simulation and a stack hint of compilation errors.
    • GPT-4 now incorporates the feedback into its request for improved programming.
    • Iterates till a built-in checker certifies that the duty has been completed when the code is added to the talent library.

    Code and set up steps might be discovered on GitHub right here https://github.com/MineDojo/Voyager 

    Limitations and Future Work

    • Restriction and the Price of Future Labor. There are main bills associated to the GPT-4 API. It prices 15 cents greater than GPT-3.5. However, GPT-4’s quantum enchancment in code era high quality is what Voyager wants, and GPT-3.5 and open-source LLMs can’t give it.
    • Inaccuracies. Sometimes, regardless of the agent’s iterative nudging, the agent nonetheless will get caught and wishes assist to develop the appropriate expertise. It’s potential for the self-verification module to malfunction, for instance, by failing to interpret a spider string as proof of a profitable spider-killing try. The automated curriculum can attempt once more at a later time if it fails.
    • Hallucinations. There are instances when the automated curriculum suggests targets which are unattainable to achieve. Even although cobblestone can’t be used as gas within the recreation, GPT-4 steadily does so. For occasion, it might instruct the agent to create a “copper sword” or a “copper chest plate,” each of which don’t exist within the recreation. Code creation additionally induces hallucinations. It might also trigger execution points by making an attempt to make use of a perform not supported by the APIs for the desired management primitives.

    Researchers are optimistic that future updates to the GPT API fashions and cutting-edge strategies for fine-tuning open-source LLMs will remove these drawbacks. Voyager could be used as a place to begin to create efficient generalist brokers with out fine-tuning the mannequin parameters. Voyager’s capability for lifelong studying is spectacular on this state of affairs. The system can construct an ever-expanding library of reusable, interpretable, and generalizable motion packages for performing particular person duties. Voyager excels to find new assets, progressing by means of the Minecraft tech tree, exploring new environments, and making use of its acquired information to novel conditions in a freshly generated world.


    Check out the Paper, Github Link, and Project Page. Don’t neglect to hitch our 22k+ ML SubReddit, Discord Channel, and Email Newsletter, the place we share the most recent AI analysis information, cool AI initiatives, and extra. If you might have any questions concerning the above article or if we missed something, be happy to e-mail us at Asif@marktechpost.com

    🚀 Check Out 100’s AI Tools in AI Tools Club


    Dhanshree Shenwai is a Computer Science Engineer and has expertise in FinTech firms protecting Financial, Cards & Payments and Banking area with eager curiosity in functions of AI. She is keen about exploring new applied sciences and developments in as we speak’s evolving world making everybody’s life straightforward.


    ➡️ Ultimate Guide to Data Labeling in Machine Learning

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Gadgets

    Coturn CT-01: Meet The Portable And Stylish Turntable

    Bonn-based industrial designer Benjamin Großjohann has mixed his love for vinyl data and mechanical design…

    Science

    How to View April’s Total Solar Eclipse, Online and In Person

    It’s shadow time, child! Soon, folks residing in North America will get to expertise their…

    AI

    Unlocking supply chain resiliency | MIT Technology Review

    To acquire better visibility into its supply chain, fast-food restaurant large McDonald’s teamed up with…

    AI

    Optimizing Computational Costs with AutoMix: An AI Strategic Approach to Leveraging Large Language Models from the Cloud

    AutoMix is an revolutionary method that optimises the allocation of queries to bigger language fashions…

    Crypto

    GMX Drops 24% in 1 Month, Whales Rapidly Selling: What’s Going On?

    GMX, the native token powering GMX, a decentralized perpetual alternate for buying and selling complicated…

    Our Picks
    Gadgets

    8 Great Deals: Smartphones, Fitness Trackers, and More

    Crypto

    Ethereum: Long-Term Holders Shape Its Future

    Mobile

    Samsung’s Galaxy SmartTag2 is just as good as an Apple AirTag, if not better

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Crypto

    How to Make Money with Cryptocurrency

    Technology

    Climate change: Should I give up flying for the environment’s sake?

    Mobile

    Heart rate tracking on earbuds was probably a mistake

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.