-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
859a338
commit cf64eed
Showing
64 changed files
with
75 additions
and
440 deletions.
There are no files selected for viewing
130 changes: 0 additions & 130 deletions
130
minestudio/benchmark/auto_eval/mcu_task_description.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
minestudio/benchmark/task_configs/hard/build_nether_portal.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
custom_init_commands: | ||
- /give @s minecraft:diamond_pickaxe | ||
- /give @s minecraft:obsidian 15 | ||
- /execute as @p at @s run fill ~2 ~ ~ ~5 ~1 ~5 stone | ||
- /give @s minecraft:water_bucket 3 | ||
- /give @s minecraft:lava_bucket 3 | ||
- /give @s minecraft:stone 64 | ||
defaults: | ||
- base | ||
- _self_ | ||
text: Build a structure using obsidian blocks. | ||
text: Create obsidian blocks by pouring water over lava source blocks. |
9 changes: 0 additions & 9 deletions
9
minestudio/benchmark/task_configs/hard/build_snow_golems.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
minestudio/benchmark/task_configs/hard/craft_enchantment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
custom_init_commands: | ||
- /give @s minecraft:enchanting_table | ||
- /give @s minecraft:lapis_lazuli 64 | ||
- /give @s minecraft:book 10 | ||
- /give @s minecraft:obsidian 4 | ||
- /give @s minecraft:diamond 2 | ||
- /give @s minecraft:book 1 | ||
- /give @s minecraft:diamond_sword | ||
- /give @s minecraft:crafting_table 1 | ||
- /give @s minecraft:red_dye 5 | ||
defaults: | ||
- base | ||
- _self_ | ||
text: Use the enchantment table to craft enchantments on your items. | ||
text: Craft an enchanting table to enchant your items. |
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
minestudio/benchmark/task_configs/hard/craft_to_craft_table.yaml
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
minestudio/benchmark/task_configs/hard/drink_harming_potion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
custom_init_commands: | ||
- /give @s minecraft:obsidian 20 | ||
- /give @s minecraft:flint_and_steel | ||
- /fill ~1 ~ ~1 ~4 ~4 ~4 minecraft:stone | ||
- /give @s minecraft:red_dye 5 | ||
- /give @p minecraft:potion{Potion:"minecraft:harming"} 1 | ||
defaults: | ||
- base | ||
- _self_ | ||
text: Construct a nether portal using obsidian and ignite it with flint and steel. | ||
text: drink harming potion |
1 change: 0 additions & 1 deletion
1
minestudio/benchmark/task_configs/hard/enchant_diamond_sword.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
custom_init_commands: | ||
- /replaceitem entity @s armor.head minecraft:iron_helmet | ||
- /replaceitem entity @s armor.chest minecraft:iron_chestplate | ||
- /replaceitem entity @s armor.legs minecraft:iron_leggings | ||
- /replaceitem entity @s armor.feet minecraft:iron_boots | ||
- /give @p minecraft:bow 1 | ||
- /time set night | ||
- /summon minecraft:skeleton ~3 ~ ~ | ||
- /give @p minecraft:arrow 64 | ||
- /give @p minecraft:flint 15 | ||
- /replaceitem entity @s weapon.mainhand minecraft:wooden_sword | ||
- /give @s minecraft:bread 10 | ||
- /summon minecraft:cow ~2 ~ ~ | ||
- /summon minecraft:pig ~3 ~ ~ | ||
- /summon minecraft:chicken ~4 ~ ~ | ||
defaults: | ||
- base | ||
- _self_ | ||
text: 'Hunt for animals to gather resources such as meat and leather. ' | ||
text: Hunt animals for resources like meat and leather. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.