Skip to content

cj-dimaano/ml-petri-dish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Petri Dish

This project is primarily meant to be a personal exercise in learning various technologies. The final product should be a simple simulation of at least one creature moving around collecting some kind of resource. The creature(s) should be controlled by an AI that utilizes some technique of machine learning.

Build and Run

Webpack is needed to transpile the code which depends on NodeJS.

Make sure you have NodeJS installed.

$ node -v
v8.*.*
$ npm -v
6.*.*

While in the project root directory, install project dependencies.

$ npm install

Build the project.

$ npm run build

Open ./dist/index.html to see the simulation.

Testing is exclusively performed on Google Chrome.

Tech/Libs/Topics


Created July 17, 2017 by CJ Dimaano

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published