Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 457 Bytes

AI Ping Pong Game

It use Genetic algorithm and Neural Network to build Ping Pong game

Live Demo

you can see the live demo here

Description

It will generate 20 generation paddles and each generation will use 40 amounts paddles to train neural network.

Development

yarn start

Then open http://localhost:9000/

Build

yarn install
yarn build