Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Autonauts

Make and teach robots to automate the world! · By Denki

AI bug with basic workerbot ( V.3 Brad)

A topic by Johnny_Bandit created Jul 17, 2017 Views: 660 Replies: 2
Viewing posts 1 to 3
(1 edit)

I have a crude workerbot and a basic workerbot set with the same brain setup

Forever[ Repeat till Hands full[ Find Tree seed, move to seed, pickup seed], Move to Seedling Tray, Repeat till Hand Empty [ Add to Seedling Tray]]

This ends up with the crude bot picking up a full stack and depositing it, but the basic bot will grab one, go deposit it, and get stuck, the red arrow flickering between move to seedling tray, and add to tray, although i dont think thats the full story, as if i add a move order to the beginning ( Forever[ Move to x,y, repeat till hands full[... ) the red arrow will flicker between pickup seed, move to seedling tray, and add to seedling tray, but will never re-execute the move to x,y order

(1 edit)

Upon quit and reload however seems this bug has disappeared....

However, upon editing another basic bot with a repeat command, it doesn't seem to understand what "empty" or "full" is untill reload yet again

Developer

Hmm. Thanks for that. Added to our bug list.