Borg Issues with the latest nightly
Collapse
X
-
In this example (from the previous nightly), the borg is trying and failing to sell a ring, and gets stuck.
Attached FilesLeave a comment:
-
-
I tend to prioritize "It crashes" or "it locks up/repeats commands forever" over "it is behaves non-optimally" ... because the borg is very stupid and there is a long list of optimizations it needs. See https://github.com/agoodman00/angband/discussions/21 for some.
Leave a comment:
-
The "exploring" code needs work and is very complex. It frequently leaves good stuff lying around while it chases around to explore. At some point someone coded arrows (and all fired objects) to be very low priority with a comment about the borg spending all its time shooting then chasing down ammo. Not sure why that was the wrong thing for the borg to do... Probably won't get to a fix for that for a while
Regarding the other issues, thanks for the response! I'll keep running it and submitting reports as I can!Leave a comment:
-
Yup, this is giving coverage in the home for "resist light" which is not covered anywhere else... never mind that it will never be a good enough swap to actually use. The calculations on "what is best to keep at home" are pretty complicated and involve trying to keep swaps for each resist in case they ever come in handy later. Frequently things that are obvious to humans aren't so easy to code for.Leave a comment:
-
This is on my "todo" list but lately I have been chasing an issue where the borg seems to be getting keypresses queue messed up giving "unexpected request for direction" or error bells sounding.Leave a comment:
-
Taking a look.
it keeps trying to cast Single Combat without a valid target..
(Just added that change to my queued borg pull request)
I've also noticed that it sometimes forgets to retrieve ammo and other floor items before recalling back, even if it's not in any danger.
Here's another example where it gets stuck trying to decide which weapon to use.
There are a lot of cases like this where the borg thinks item A is better then, once it has it, decides it was wrong and item B was better. I squish them when I can.
1. Why is it hoarding Identify Rune scrolls? It should know them all by now..
2. Why is it hanging on to the lantern of shadows?
I would need to debug into it. My guess is it thinks there is some resist it can swap that in to get.😀 1Leave a comment:
-
Two quick notes about this borg --
1. Why is it hoarding Identify Rune scrolls? It should know them all by now.
2. Why is it hanging on to the lantern of shadows?Attached FilesLeave a comment:
-
Here's another example where it gets stuck trying to decide which weapon to use.Attached FilesLeave a comment:
-
Borg Issues with the latest nightly
I've been running the borg in the latest release on Github, and it's encountering some issues. In this example, it keeps trying to cast Single Combat without a valid target.
I've also noticed that it sometimes forgets to retrieve ammo and other floor items before recalling back, even if it's not in any danger.
Attached FilesTags: None
Leave a comment: