Skip to content

giteliot/ql-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Q Learning on the Browser

Goal of this little project was to create a simple brand new game, and to create implement an agent able to learn the game to perfection by itself with reinforcement learning, in particolar a Deep Q Learning algorithm.

All the learning and the execution is done in the browser.

Acknowledgements

Installation

Install with npm - it was tested on 8.19.1 but literally any recent version should work just fine.

  cd ./ql-browser
  npm install
  yarn start

The project will be running in localhost:5001

License

Not sure why anyone would use this, but in case drop me a line for my curiosity's sake eliachinellato@gmail.com

MIT

About

qlearning in the browser with tensorflow.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors