pong game with reinforcement learner
hi,
i am new to java, and looking to make logic to develop simple PONG game with any reinforcement algorithm learner. the game should be played by one human and one bot (auto player). it should be 2 dimensional and in the beginning ball should be in the middle of playing field. reinforcement learner help to bot to play game against any other player or bot. the ball is sent in random direction whereas if the ball hits top or bottom of the screen it bounces and if it hits left or right side of the screen, the player whose bat is at same side loses. learn model parameter values should be saved and shown in file
I have only 1 and half month
hi,
i appreciate your suggestion. but i have one and half month to accomplish this task. therefore, requires some structural or object oriented suggestion to learn quick and effective.