mirror of
https://github.com/wassname/metacar.git
synced 2026-08-20 12:30:42 +08:00
3b5eaf35a8d8c47fb00a28cf5656b9e8b1d7d8af
Quickstart for Node.js in the App Engine flexible environment
This is the sample application for the Quickstart for Node.js in the App Engine flexible environment tutorial found in the Google App Engine Node.js flexible environment documentation.
Setup
Before you can run or deploy the sample, you need to do the following:
-
Refer to the appengine/README.md file for instructions on running and deploying.
-
Install dependencies:
With
npm:npm installor with
yarn:yarn install
Running locally
With npm:
npm start
or with yarn:
yarn start
Deploying to App Engine
With npm:
npm run deploy
or with yarn:
yarn run deploy
Running the tests
See Contributing.
Description
A reinforcement learning environment for self-driving cars in the browser.
976 KiB
Languages
TypeScript
99.2%
JavaScript
0.8%