Noctem / Monocle

PoGo mapper and notifier
MIT License
121 stars 151 forks source link

All workers concentrated at 1 place + Pokemon Found Count Bug #44

Open IAmWaseem opened 7 years ago

IAmWaseem commented 7 years ago

image see all of my workers are just scanning the same area. And its been like this for a long time

image And the Pokemon Found count is increasing for no reason. It increases by a constant amount every 20 seconds almost.

And workers are insanely slow even though the speed i've set is 22.5

M3G4THEKING commented 7 years ago

Try python3 scan.py --bootstarp @IAmWaseem

IAmWaseem commented 7 years ago

@m3g4mInD i'm running using --no-pickle for now since picks mysteries has a bug where the workers go out of the boundary. Let me try adding bootstrap as well

M3G4THEKING commented 7 years ago

Yes add bootstrap and let map running 1hour and check if all goes nice :)

IAmWaseem commented 7 years ago

Still the same :/

M3G4THEKING commented 7 years ago

Try this values

STAY_WITHIN_MAP = True BOOTSTRAP_RADIUS = 70 GIVE_UP_KNOWN = 75 GIVE_UP_UNKNOWN = 60 SKIP_SPAWN = 90

baskettcase commented 7 years ago

--bootstrap seems to be doing better. it spread them out a lot more. Once it ran through fully for several hours and then I removed bootstrap they go back to congregating in one or two areas :( This seems to be a problem with the polygon.. the logic is built for rectangles?

baskettcase commented 7 years ago

No I just did a rectangle and they are all congregating in the same spot again.. and this time Im using bootstrap also. There is definitely some kind of problem with the logic.

Noctem commented 7 years ago

If you have --bootstrapped with BOOTSTRAP_RADIUS = 70 and let it run for a while, and there are still only ~63 spawn points, then 16 workers is more than needed and clustering will be probable if spawn points are clustered.