https://github.com/azarattum/astrobot
Machine learning experiment to teach an AI to play game with asteroids.
https://github.com/azarattum/astrobot
Last synced: 11 months ago
JSON representation
Machine learning experiment to teach an AI to play game with asteroids.
- Host: GitHub
- URL: https://github.com/azarattum/astrobot
- Owner: Azarattum
- Created: 2020-05-25T15:13:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T01:00:18.000Z (over 1 year ago)
- Last Synced: 2024-09-18T04:49:53.833Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://azarattum.github.io/Astrobot/
- Size: 3.15 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astrobot
Machine learning experiment to teach an AI to play game with asteroids.
### Demo:
https://azarattum.github.io/Astrobot/
### Installation:
Install all dependencies:
```sh
npm install
```
### NPM Scripts:
| Script | Description |
| --------- | ------------------------------------------------------- |
| **serve** | Starts the webpack development server |
| release | Creates a production build of the project |
| build | Builds the entire project with webpack |
| watch | Watches all file changes and rebuilds them if necessary |