This folder hosts the React + Three.js front-end that recreates the Unity ML-Agents example scenes in the browser.
npm install # one-time setup
npm run dev # starts Vite dev server (http://localhost:5173)index.html– single-page app entry pointsrc/main.jsx– React renderer bootstrapsrc/App.jsx– React-Router shellsrc/examples– one folder per ML-Agents example
Currently implemented: /basic (1-D move-to-goal).