Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azadkaratas/reinforcement-learning-in-web-browser

AI is learning and developing itself in the web browser using TensorflowJS and p5js.
https://github.com/azadkaratas/reinforcement-learning-in-web-browser

Last synced: about 2 months ago
JSON representation

AI is learning and developing itself in the web browser using TensorflowJS and p5js.

Awesome Lists containing this project

README

        

# Reinforcement-Learning-in-Web-Browser
AI is learning and developing itself in the web browser using TensorflowJS and p5js.

Input Features:
- Player x position
- Player previous x position
- Block1 x position
- Block1 y position
- Block2 x position
- Block2 y position
- Block Speed

Outputs:
- Left
- Right
- Nothing

# To Do
Better CNN model will be applied.