bots icon indicating copy to clipboard operation
bots copied to clipboard

Cannot dock when running away

Open shadow11001 opened this issue 4 years ago • 3 comments

Bot is not able to run away. Bot gets stuck in a loop by selecting the menu and then selects a random structure type(ex Citadel) and then starts back over. It does this until stopped.

When mining till full, it selects the correct structure via the overview window and docks. If it can't find the structure it then does it via the menu but loops.

How can I fix this?

shadow11001 avatar Sep 28 '21 15:09 shadow11001

I recommend to first switch to a more popular bot because these cover a wider range of scenarios and use-cases like yours. Here is one example: https://github.com/Viir/bots/tree/d4294d9d5d3ba30c61160a46b46cd51146603f9d/implement/applications/eve-online/eve-online-mining-bot

In case you also see that issue with https://github.com/Viir/bots/tree/d4294d9d5d3ba30c61160a46b46cd51146603f9d/implement/applications/eve-online/eve-online-mining-bot, let me know.

Another popular bot that would be a good starting point is https://catalog.botlab.org/b5b780eb518a014e7313b2f88a62630c4437234e159a60bc4bb440346891232e

Viir avatar Sep 29 '21 12:09 Viir

Sorry I should have mentioned the bot that I was using.

https://catalog.botlab.org/b5b780eb518a014e7313b2f88a62630c4437234e159a60bc4bb440346891232e

I also cant find the bot you mentioned in the catalog. Very new to this.

shadow11001 avatar Sep 29 '21 14:09 shadow11001

Bot b5b780eb51 is a good enough starting point, so you don't need to worry about the other link. The first step to fixing is locating where the problem happened in your test run. You can use the session timeline view to scroll through your session and identify the instance where it went wrong. What you do here is point out the difference between observed and desired behavior. When you have pointed out the difference, we use that info to expand the training data set to generate the adapted version of the bot program code.

Viir avatar Oct 05 '21 17:10 Viir