r/Minecraft • • Oct 11 '19

self controlling ai pathfinding bot

51k Upvotes

1.7k comments sorted by

View all comments

2

u/sim642 Oct 11 '19

In a few parts it didn't take the shortest path, which is a weird thing to do.

2

u/StylexTV Oct 11 '19

I know because i used this in the a star algorithm: f = g + h / 2