Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 433 Bytes

Open in StackBlitz

To train the agent

  • set the training parameters in Train.mjs
  • node Train.mjs

To run the app

  • npm run build
  • npm run serve

Development

Run npm start, edit client/Landing.jsx and watch it live update!