WaywardGame / tars

TARS is a bot that will play Wayward by itself, doing tasks such as gathering resources, setting up a camp, hunting, getting food/water, and more!
MIT License
9 stars 0 forks source link

[Improvement] Add more options that will increase Benignity efficiently #7

Open Muchaszewski opened 1 year ago

Muchaszewski commented 1 year ago

Description: Currently, the options like "Fishing" and "Gardening" provided by TARS are not sufficient enough to focus on increasing Benignity efficiently. The existing options are solely based on single actions, which could be improved to better target Benignity gains.

Suggested Implementation:

  1. Sort the action list by Benignity.
  2. Remove actions that are impossible to perform.
  3. Generate a chain of actions and recalculate the overall Benignity gain.
  4. Select the first action that has a Benignity gain of more than eg: 1000. This approach will allow TARS to perform tasks that are more focused on increasing Benignity efficiently, providing a better gameplay experience for users.