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

Bot vs Human match #21

Open
Aniq55 opened this issue Jan 25, 2017 · 3 comments
Open

Bot vs Human match #21

Aniq55 opened this issue Jan 25, 2017 · 3 comments

Comments

@Aniq55
Copy link
Member

Aniq55 commented Jan 25, 2017

Develop AI for Bot vs Human match. The Bot should be nearly impossible.
Better to use a variable reflex delay and speed the values of which will change the difficulty level of the match. High reflex delay and Low speed : Easy and Low reflex delay and High speed: Difficult

@soumam007
Copy link
Contributor

what is the domain of AI are you planning to import in this game? I think neural network using a RELU layer activation is of a good choice . Though i havent yet practically worked on deep nets, but its my school of thought @Aniq55

@Aniq55
Copy link
Member Author

Aniq55 commented Nov 22, 2017

I'm planning to simply try to intersect the path of the puck by the paddle within the constraints of paddle speed. Since the motion is linear, I'll be solving linear equations, to predict the position of the puck based on its speed/acceleration within a small segment of its trajectory. And also take care of the reflection from the sides. I hope this explains the stuff I'm thinking. @soumam007

@Lasers67
Copy link
Contributor

I would wish to start working on this feature.

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

No branches or pull requests

3 participants