A deep q learning approach for self driving 2d car with P5js and tensorflow.js
Clone the project
git clone https://github.com/ars2062/AICarGo to the project directory
cd AICarInstall dependencies
npm installBuild the project
npm run buildStart the server
npm run startfor development you can run
npm run dev