darkmatter2222 / EVE-Online-Bot

A Bot to play Eve Online leveraging various methods including popular machine learning tools. At this point, its a full blown AI.
MIT License
87 stars 18 forks source link

Can't find Desktop #7

Closed dannyward630 closed 1 year ago

dannyward630 commented 1 year ago

Hi there. When I run Miner.py, it throws this: Traceback (most recent call last): File "D:\This PC\EVE-Online-Bot-main\MiningBot\Miner.py", line 5, in from MiningBot.EveInterface.Interface import Interface File "D:\This PC\EVE-Online-Bot-main\MiningBot\EveInterface\Interface.py", line 16, in UC = Universal_Prediction() File "D:\This PC\EVE-Online-Bot-main\ML_Components\Universal_Prediction.py", line 33, in init self.config = json.load(open(self.config_dir))[socket.gethostname()] KeyError: 'DESKTOP-V538SGJ'

I can't seem to find what exactly is wrong.

darkmatter2222 commented 1 year ago

Hold for a bit, improving the solution and extracting it out to here https://github.com/darkmatter2222/ml_botting_core, making this more useable for people.

darkmatter2222 commented 1 year ago

Status update: I have the new core stable. I will migrate the Miner Logic into the new core. This new logic is rather friendly out of the box.

dannyward630 commented 1 year ago

That's great. Thanks so much.

darkmatter2222 commented 1 year ago

@dannyward630, making progress, also made a configuration layer: https://www.youtube.com/watch?v=fqIvihY5VO0

darkmatter2222 commented 1 year ago

@dannyward630 check out the read me

you might need to remap the hotkeys

darkmatter2222 commented 1 year ago

Let me know if there are any other things I can support!