You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, we have gated the pathfinding via a PATHFINDING_TEST env var. The "new" behavior just picks random locations and moves towards them using the pathfinding module.
We should converge again to the old behavior but modify it a bit so as to use pathfinding instead of naively moving towards locations (chasing the player, moving to pickups, etc.)