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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
The goal would randomly pick subgoals until one works, and keep doing the one so long as it can keep executing. Unsure if this is what minecraft does with two equal priority goals, but we may want a weighted random option as well.
The idea would be to achieve this pattern after serialized:
The goal would randomly pick subgoals until one works, and keep doing the one so long as it can keep executing. Unsure if this is what minecraft does with two equal priority goals, but we may want a weighted random option as well.
The idea would be to achieve this pattern after serialized:
Unsure how a weighted random could work in this case, can't use maps because we may want repeated values.
The text was updated successfully, but these errors were encountered: