Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot dock when running away #45

Open
shadow11001 opened this issue Sep 28, 2021 · 3 comments
Open

Cannot dock when running away #45

shadow11001 opened this issue Sep 28, 2021 · 3 comments

Comments

@shadow11001
Copy link

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?

@Viir
Copy link
Owner

Viir commented Sep 29, 2021

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

@shadow11001
Copy link
Author

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.

@Viir
Copy link
Owner

Viir commented Oct 5, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants