Skip to content

CraftJarvis/MC-TextWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌏 MC-TextWorld: Plan in Minecraft TextWorld with free vision and action

📖 Introduction

This is the repository for the Minecraft TextWorld environment, which is a text-based game environment based on Minecraft game rules. We also test the planning performance of various agents based on Language Models in this environment.

📦 Installation

pip install -e mctextworld

📝 Usage

📚 Data Source

The rules are based on the Minecraft game rules, and the data is collected from the Minecraft game. You can check the data source in the data folder.

This is the recipe of minecraft:cake:

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "AAA",
    "BEB",
    "CCC"
  ],
  "key": {
    "A": {
      "item": "minecraft:milk_bucket"
    },
    "B": {
      "item": "minecraft:sugar"
    },
    "C": {
      "item": "minecraft:wheat"
    },
    "E": {
      "item": "minecraft:egg"
    }
  },
  "result": {
    "item": "minecraft:cake"
  }
}

We also check the plan according to the recipe.

Terms of use

By using this service, users are required to agree to the following terms: The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service collects user dialogue data for future research.

About

Text world based on Minecraft rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages