BloopLabs
BloopLabs is an easy-to-use laboratory for evolving artificial neural networks by simulating virtual creatures in a controlled environment.
Click here to start!
Development
To start experimenting with the Javascript library all you need to do is open your terminal and enter the following commands.
Note: You need to have Node.js and Git installed to proceed!
Let’s first clone the project and navigate into it.
git clone https://github.com/sh4nik/BloopLabs.git
cd BloopLabs
Now that you have the project let’s setup all the required dependencies.
npm install
Finally run the following command and wait for your browser to automatically open up!
npm start