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

perf: speedup world.getAvailableSpawnPositions #98

Closed
yurijmikhalevich opened this issue Dec 21, 2024 · 1 comment
Closed

perf: speedup world.getAvailableSpawnPositions #98

yurijmikhalevich opened this issue Dec 21, 2024 · 1 comment
Assignees
Labels

Comments

@yurijmikhalevich
Copy link
Member

yurijmikhalevich commented Dec 21, 2024

It's quite slow. Running it for 600x600 World can take as much time as running the bot logic in an isolate. Let's see if we can speed it up.

Maybe, we can use tensorflow.jss matrix to get rid of loops and speed up the computations.

@yurijmikhalevich
Copy link
Member Author

Closed by #123 .

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

No branches or pull requests

1 participant