Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugurcanatas/q-learning-js-example
Q Learning implementation with Javascript
https://github.com/ugurcanatas/q-learning-js-example
Last synced: 26 days ago
JSON representation
Q Learning implementation with Javascript
- Host: GitHub
- URL: https://github.com/ugurcanatas/q-learning-js-example
- Owner: ugurcanatas
- Created: 2021-05-13T20:37:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T18:51:03.000Z (over 3 years ago)
- Last Synced: 2023-11-16T16:08:40.268Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# q-learning-js-implementation
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).