Live data from Hacker News

Create a Bot to Find Diamonds in Minecraft

mlabonne.github.io

1–10 of 11 posts

Re: Create a Bot to Find Diamonds in Minecraft

#4

TL;DR: they arrive at a bot that can chop wood; a user-supplied script crafts a pickaxe. No actual RL agent that finds diamonds here.

I suppose this title is the definition of clickbait then?

It could be an example of clickbait, not the definition.

Re: Create a Bot to Find Diamonds in Minecraft

#5

TL;DR: they arrive at a bot that can chop wood; a user-supplied script crafts a pickaxe. No actual RL agent that finds diamonds here.

I suppose this title is the definition of clickbait then?

The topic of deploying RL agents in games itself is interesting, with pretty mature tooling for interacting with environments.

However the author switches to imitation learning instead of blank-slate RL to accomplish a fraction of what the title promises. I was disappointed.

Re: Create a Bot to Find Diamonds in Minecraft

#9
Baritone does things like that. Mining diamonds would be "#mine diamond_ore". You can toggle "legit mining" for the bot not to use x-ray.

https://youtu.be/CZkLXWo4Fg4

Baritone does a million other things too, including automatic building of entire schematics.

Also, there is a bot built on top of Baritone that orchestrates winning the game, from map creation to slaying the dragon.

Re: Create a Bot to Find Diamonds in Minecraft

#10
post #9

Baritone does things like that. Mining diamonds would be "#mine diamond_ore". You can toggle "legit mining" for the bot not to use x-ray. https://youtu.be/CZkLXWo4Fg4 Baritone does a million other things too, including automatic building of entire schematics. Also, there is a bot built on top of Baritone that orchestrates winning the game, from map creation to slaying the dragon.

This specifically is focused around machine learning, more specifically reinforcement learning. It’s more significant as work done on the ML/RL front can be applied more broadly than just algorithms hard coded to play a specific game like Minecraft.
Post reply on HN