An open API service indexing awesome lists of open source software.

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.

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 |