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

Coord out of bounds #164

Open
Scheronimus opened this issue Jan 13, 2024 · 1 comment
Open

Coord out of bounds #164

Scheronimus opened this issue Jan 13, 2024 · 1 comment

Comments

@Scheronimus
Copy link

After 15+ h of learning with the model v2, I often get the warn that the coord are out of bound:

coord out of bounds! global: (497, 111) game: (7, 137, 34)
coord out of bounds! global: (497, 112) game: (8, 137, 34)
coord out of bounds! global: (498, 112) game: (8, 138, 34)
coord out of bounds! global: (498, 111) game: (7, 138, 34)
coord out of bounds! global: (497, 111) game: (7, 137, 34)
coord out of bounds! global: (497, 112) game: (8, 137, 34)
coord out of bounds! global: (498, 112) game: (8, 138, 34)
coord out of bounds! global: (499, 112) game: (8, 139, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (499, 112) game: (8, 139, 34)
coord out of bounds! global: (498, 112) game: (8, 138, 34)
coord out of bounds! global: (499, 112) game: (8, 139, 34)
coord out of bounds! global: (412, 32) game: (8, 139, 193)
coord out of bounds! global: (499, 112) game: (8, 139, 34)
coord out of bounds! global: (499, 112) game: (8, 139, 34)
coord out of bounds! global: (498, 112) game: (8, 138, 34)
coord out of bounds! global: (498, 113) game: (9, 138, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (498, 113) game: (9, 138, 34)
coord out of bounds! global: (499, 113) game: (9, 139, 34)
coord out of bounds! global: (499, 112) game: (8, 139, 34)

Currently it doesn't seems to impact the learning process, but a lot of warning is printed in the console.

@PWhiddy
Copy link
Owner

PWhiddy commented Jan 13, 2024

This means the map location is not in code's list of known locations (probably the victory road). This list can be updated, or you can suppress or ignore these warnings.

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