Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":33962,"date":"2023-06-02T21:35:33","date_gmt":"2023-06-02T21:35:33","guid":{"rendered":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/"},"modified":"2023-06-02T21:35:34","modified_gmt":"2023-06-02T21:35:34","slug":"this-ai-used-gpt-4-to-become-an-expert-minecraft-player","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/","title":{"rendered":"This AI used GPT-4 to become an expert Minecraft player"},"content":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/<\/a><\/br>
\nThis AI used GPT-4 to become an expert Minecraft player<\/br>
\n2023-06-02 21:35:33<\/br><\/p>\n

\n

AI researchers have built a Minecraft bot that can explore and expand its capabilities in the game\u2019s open world \u2014 but unlike other bots, this one basically wrote its own code through trial and error and lots<\/em> of GPT-4 queries.<\/p>\n

Called Voyager, this experimental system is an example of an \u201cembodied agent,\u201d an AI that can move and act freely and purposefully in a simulated or real environment. Personal assistant type AIs and chatbots don\u2019t have to actually do stuff, let alone navigate a complex world to get that stuff done. But that\u2019s exactly what a household robot might be expected to do in the future, so there\u2019s lots of research into how they might do that.<\/p>\n

Minecraft is a good place to test such things because it\u2019s a very (very) approximate representation of the real world, with simple and straightforward rules and physics, but it\u2019s also complex and open enough that there\u2019s lots to accomplish or try. Purpose-built simulators are great, too, but they have their own limitations.<\/p>\n

MineDojo<\/a> is a simulation framework built around Minecraft, since you can\u2019t just plonk a random AI in there and expect it to understand what all these blocks and pigs are doing. Its creators (lots of overlap with the Voyager team) put together YouTube videos about the game, transcripts, wiki articles, and a whole lot of Reddit posts from r\/minecraft, among other data, so users can create or fine-tune an AI model on them. It also lets those models be evaluated more or less objectively by seeing how well they do things like build a fence around a llama or find and mine a diamond.<\/p>\n

Voyager<\/a> excels at these tasks, performing much better than the only other model that comes close, Auto-GPT. But they have a similar approach: using GPT-4 to write their own code as they go.<\/p>\n

Normally you\u2019d just train a model on all that good Minecraft data and hope it would figure out how to fight skeletons when the sun goes down. Voyager, however, starts out relatively naive, and as it encounters things in the game, it has a little internal conversation with GPT-4 about what it ought to do and how.<\/p>\n

\"\"<\/p>\n

Directing the next action, and adding skills to the pile. Image Credits:<\/strong> MineDojo<\/p>\n<\/div>\n

For instance, night falls and those skeletons come out. The agent has a general idea of this, but it asks itself, What would a good player of this game do when there are monsters nearby? Well, GPT-4 says, if you want to explore the world safely, you\u2019ll want to make and equip a sword, then whack the skeleton with it while avoiding getting hit. And that general sense of what to do gets translated to concrete goals: collect stone and wood, build a sword at the crafting table, equip it, and fight a skeleton.<\/p>\n

Once it\u2019s done those things, they\u2019re entered into a general skill library so that later, when the task is \u201cgo deep into a cave to find iron ore,\u201d it doesn\u2019t have to learn to fight again from scratch. It does still use GPT, but it uses the cheaper and faster GPT-3.5, which tells it the skills most relevant to a given situation \u2014 so it doesn\u2019t try to mine the skeleton and fight the ore.<\/p>\n

It\u2019s similar to an agent like Auto-GPT that, when faced with an interface it doesn\u2019t know yet, has to teach itself to navigate it in order to accomplish its goal. But Minecraft is a much deeper environment than it is used to solving for, so a specialty agent like Voyager does far better. It finds more stuff, learns more skills, and explores a much greater area than the other bots.<\/p>\n

Interestingly but perhaps not surprisingly, GPT-4 wipes the floor with GPT-3.5 (i.e., ChatGPT) when it comes to generating useful code. A test replacing the former with the latter had the agent hit a wall early on, perhaps even literally, and fail to improve. It may not be obvious from talking to the two models that one is much smarter, but the truth is you don\u2019t have to be particularly smart to carry on an apparently intelligent conversation (ask me how I know). Coding is much more difficult and GPT-4 was a big update there.<\/p>\n

The point of this research isn\u2019t to obsolete Minecraft players but to find methods by which relatively simple AI models can improve themselves based on their \u201cexperiences,\u201d for lack of a better word. If we\u2019re going to have robots helping us in our homes, hospitals, and offices, they will need to learn and apply those lessons to future actions.<\/p>\n

You can read more about Voyager right here.<\/a><\/p>\n<\/p><\/div>\n

<\/br><\/br><\/br><\/p>\n

Science, Tech, Technology<\/br>
\n<\/br>
\nSource:
https:\/\/techcrunch.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/ This AI used GPT-4 to become an expert Minecraft player 2023-06-02 21:35:33 AI researchers have built a Minecraft bot that can explore and expand its capabilities in the game\u2019s open world \u2014 but unlike other bots, this one basically wrote its own code through trial and error and lots of GPT-4 queries. Called Voyager, […]<\/p>\n","protected":false},"author":1,"featured_media":33963,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[26,17,8],"tags":[],"class_list":["post-33962","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","category-tech","category-technology"],"yoast_head":"\nThis AI used GPT-4 to become an expert Minecraft player - Science and Nerds<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"This AI used GPT-4 to become an expert Minecraft player - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/techcrunch.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/ This AI used GPT-4 to become an expert Minecraft player 2023-06-02 21:35:33 AI researchers have built a Minecraft bot that can explore and expand its capabilities in the game\u2019s open world \u2014 but unlike other bots, this one basically wrote its own code through trial and error and lots of GPT-4 queries. Called Voyager, […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-02T21:35:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-02T21:35:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"710\" \/>\n\t<meta property=\"og:image:height\" content=\"399\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/\",\"url\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/\",\"name\":\"This AI used GPT-4 to become an expert Minecraft player - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1\",\"datePublished\":\"2023-06-02T21:35:33+00:00\",\"dateModified\":\"2023-06-02T21:35:34+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1\",\"width\":710,\"height\":399},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"This AI used GPT-4 to become an expert Minecraft player\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"This AI used GPT-4 to become an expert Minecraft player - Science and Nerds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/","og_locale":"en_US","og_type":"article","og_title":"This AI used GPT-4 to become an expert Minecraft player - Science and Nerds","og_description":"Source:https:\/\/techcrunch.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/ This AI used GPT-4 to become an expert Minecraft player 2023-06-02 21:35:33 AI researchers have built a Minecraft bot that can explore and expand its capabilities in the game\u2019s open world \u2014 but unlike other bots, this one basically wrote its own code through trial and error and lots of GPT-4 queries. Called Voyager, […]","og_url":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/","og_site_name":"Science and Nerds","article_published_time":"2023-06-02T21:35:33+00:00","article_modified_time":"2023-06-02T21:35:34+00:00","og_image":[{"width":710,"height":399,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/","url":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/","name":"This AI used GPT-4 to become an expert Minecraft player - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1","datePublished":"2023-06-02T21:35:33+00:00","dateModified":"2023-06-02T21:35:34+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1","width":710,"height":399},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2023\/06\/02\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"This AI used GPT-4 to become an expert Minecraft player"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/06\/this-ai-used-gpt-4-to-become-an-expert-minecraft-player_647a60a5a0a18.jpeg?fit=710%2C399&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/33962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=33962"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/33962\/revisions"}],"predecessor-version":[{"id":33964,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/33962\/revisions\/33964"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/33963"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=33962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=33962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=33962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}