/circle_the_cat_solver

Use reinforcement learning to train an agent to play the game Circle the Cat.

Primary LanguageJavaScript

Circle the Cat Solver 😸

Interactive, reinforcement-learning based solver for the game Circle the Cat. Includes an implementation of the game. Frontend written in React, and reinforcement learning provided by a lightly modified REINFORCEjs by Andrej Karpathy.

Usage

For now, you'll have to run this code locally to play around with the solver. Future updates will change that.

Clone the repo,

$ git clone https://github.com/anishpdoshi/circle_the_cat_solver.git
$ cd circle_the_cat_solver

...install dependencies,

$ npm install

...start the server,

$ node index.js

...and you're good to go! Navigate to localhost:8080 to start solving circle the cat!

Credits

REINFORCEjs
React
...and in particular Semantic UI React
This thread for a pretty slick upload button in Semantic UI React