bob-the-walking-AI VS walkingAI

Compare bob-the-walking-AI vs walkingAI and see what are their differences.

bob-the-walking-AI

A simple, yet effective, walking AI. (by i8sumPi)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
bob-the-walking-AI walkingAI
1 1
10 3
- -
1.8 0.0
over 3 years ago over 3 years ago
JavaScript JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bob-the-walking-AI

Posts with mentions or reviews of bob-the-walking-AI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-09-01.
  • Walking AI: Simple Neural Network from Scratch
    3 projects | dev.to | 1 Sep 2020
    In this tutorial, we are going to make a walking or running AI from scratch in JavaScript, with matter.js as the physics engine. If you don't plan on using JavaScript or matter.js, you can certainly follow along, but you will have to rewrite the code. If you would like to watch a video about this, go here. The final project can be seen here, and the GitHub repository is here.

walkingAI

Posts with mentions or reviews of walkingAI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-09-01.
  • Walking AI: Simple Neural Network from Scratch
    3 projects | dev.to | 1 Sep 2020
    Bob was created using matter.js for the physics and a very simple neural network, with no hidden layers or biases. I did not use any Machine Learning libraries for this; I did it from scratch in JavaScript (see ml.js). This uses very simple evolution: Bobs die if their head goes below the red line, and the ones that move furthest may reproduce and evolve. Also, the activation function is a sine wave because it works best that way. Surprisingly, after hours of intense coding and tweaking, Bob actually learned how to run and skip (I call it running and skipping, it's not exact)! This project is of the most complex ones I have ever done, and I am honestly shocked that I got it working. However, I can't stop it from falling after around 4 steps. This is from a competition between me and n8progrmas…

What are some alternatives?

When comparing bob-the-walking-AI and walkingAI you can also consider the following projects:

matter-js - a 2D rigid body physics engine for the web ▲● ■