AProjectAMonth / Ping-Pong

A simple ping-pong game made in kivy framework of python
MIT License
3 stars 4 forks source link

Let's create an unbeatable AI bot to be played against this simple pong game. #1

Open yugrocks opened 7 years ago

yugrocks commented 7 years ago

The task is to create an autonomous player using one of the existing techniques, including either Genetic Programming, Machine Learning, or Deep Learning, before we compile it for android.

yugrocks commented 7 years ago

Thanks for reaching out @justpainm8. No, there are no specific contributing rules. You can add anything you feel important and you are free to change the directory structure if you want.

d3sm0 commented 5 years ago

I can do an RL, like dqn, would that work?

yugrocks commented 5 years ago

Sure, @d3sm0 that would be great.