#MineGPT - Giving ChatGPT API control of a Minecraft Turtle

3 messages · Page 1 of 1 (latest)

tired scaffold
#

I wrote LUA code on a ComputerCraft terminal that sends commands to a turtle that it gets from a local webserver. The client window sends a customized prompt to the GPT API which responds with the commands necessary to carry out the turtle function. These commands are sent to the webserver where they get picked up the by the CC terminal.

quick salmon
#

Interesting. Can you make it 3d and have it leave a trail of blocks behind it?

tired scaffold
#

Yes, at this point I've got it where I can complete all simple tasks. The next barrier is that I want it to be able to complete more complex tasks, for instance "Mine Diamonds" or "Make a Furnace" have numerous intermediate goals that need to be achieved first and my current system of having GPT generate API calls isn't really practical for problems that need algorithmic solutions like searching for diamonds