PlayAIPong
delta-academy-
Made with
Pygame
Published on Aug 26, 2022
This Repl runs a game of Pong against Delta Academy's DQN AI.
Each time step of the game, the neural network is fed the game state, and it selects an action (up, down, stay still).
By default you control your paddle (the left hand side, yellow paddle) with the mouse. You can change this on line 64/65 of main.py by switching the commented lines.
Total Tips
0
Loading comments...