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

Improve the AI #41

Closed
hvlds opened this issue Jan 9, 2021 · 0 comments · Fixed by #42
Closed

Improve the AI #41

hvlds opened this issue Jan 9, 2021 · 0 comments · Fixed by #42
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hvlds
Copy link
Owner

hvlds commented Jan 9, 2021

The AI works (it can take some decisions) but it sucks! It really sucks.
It generates a bottleneck and the fps are going down, really fast.
The planning algorithm can be improve, research some Path Planning Algorithms. The actual algorithms only waits until one of the edge conditions are meet and than take a decision. Maybe a better approach would be to set goals for the AI to reach and then try to reach them (with some tolerance) and then set a new goal. That would generate some sort of human feeling about the decisions that the AI takes. A consequence of that would be, that the game would be turned to something very similar as the Snake Game. This Process could be use to train a Machine Learning Algorithm for the AI.

@hvlds hvlds added the bug Something isn't working label Jan 9, 2021
@hvlds hvlds added this to the v0.3-alpha milestone Jan 9, 2021
@hvlds hvlds self-assigned this Jan 14, 2021
@hvlds hvlds mentioned this issue May 6, 2021
@hvlds hvlds linked a pull request May 6, 2021 that will close this issue
@hvlds hvlds closed this as completed in #42 May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant