What simulation environment did you use or did you write this in open GL from scratch or something? Also just curious did you use back propagation of error or did you use a genetic algorithm to train the ANN? Very nice visual example.
yea, it's really dump. so slow and it stops on every bend. check out actual toy cars which're driven using neural networks. they're awesome. benjamin's network s.cks.
:) ehehe, I like to annoy benj. It's great, ben. Keep goin'.
What simulation environment did you use or did you write this in open GL from scratch or something? Also just curious did you use back propagation of error or did you use a genetic algorithm to train the ANN? Very nice visual example.
startoftext 1 month ago
@startoftext
hi, I did this one with Ogre3d for graphics and back propagation for learning algorithm.
Thx.
labenjam 1 month ago
in some corners it's trying to drift LoL it's doing a great job!
MrJhonnyRed 2 months ago
does it send out lines and just follows the one thats the longest?
radonas 3 months ago
Hi. It is a very interesting demo. I would like to use it to teach my students neural networks. Is the source code available? Thanx.
caiotops 9 months ago
Risg fo rods?
waddlerobloxxxx 9 months ago
It could be so smart you hurt it's feelings.
I think you should post an apology.
ailm96094 1 year ago 6
realy dumb
RomSMEG 1 year ago
How does it learn? Does it mimick examples of driving, or is it a GA.
Houshalter 1 year ago
@Houshalter
That one is just learning from example.
Check the other videos where it is learning with a GA!
labenjam 1 year ago
Even something as simple as a car being driven amazes me, great job. :)
MysterySultan 1 year ago
all it looks like is simple AI path-finding
but good job nonetheless
signofdevil666 2 years ago
No, this AI doesn't find a path, it avoids walls.
There's a neural network running the AI which takes a few samples of wall proximity as input and outputs the commands to drive the car.
Sugardude 1 year ago 3
Where is the dumb?
From what I see its pretty intelligent to have completed the track
adrixshadow 2 years ago
Not really, all it is is contact sensors.
jetsam50000 2 years ago
Maybe it was sarcasm, or maybe it was in reference to the fact that the task in this situation is very simple (for neural networks).
ilovehd831 1 year ago
@ilovehd831
Exactly!
I meant "Simple" neural network
labenjam 1 year ago
Are you willing to share the code?
salmiak911 2 years ago
This has been flagged as spam show
i need your help can you contact me on msn
roleplayman 2 years ago
when u say how many neurons u arent being literal?
nickrohn93 3 years ago
how many neurons do u have on the hidden layer ?
gafpjiwe 3 years ago
Can't remember for this specific test but you can have an idea with this formula :
number of neurons in hidden layer =
SquareRoot ( (nb input*nb input ) + (nb outputs*nb outputs) )
So in this example I must have used at list
6 ~= SquareRoot( 5*5 + 4*4 )
labenjam 3 years ago
and what the type of NN is used there?
Sergiuss555 3 years ago 3
A simple multilayer feed foward, 5 inputs ( the rays), 4 outputs ( acceleration, turn L/R, brake), and 1 hidden layer.
labenjam 3 years ago
hmm interesting..
Sergiuss555 3 years ago
does it learn from driving several times? if so it will soon drive relay fast.
GegoXaren 3 years ago 6
no, it records how humans are playing and learns from these records.
The car itself is slow to drive, it was just a proof of concept.
labenjam 3 years ago
Did the humans played on a different track?
I would be interesting NN to learn in a track and test it in another one.
botrules 3 years ago
Nice job man!! Keep up the good work!
alaskajohn 4 years ago
hey good ben :P !!!
FirebrandAndy 4 years ago
yea, it's really dump. so slow and it stops on every bend. check out actual toy cars which're driven using neural networks. they're awesome. benjamin's network s.cks.
:) ehehe, I like to annoy benj. It's great, ben. Keep goin'.
dobidik 4 years ago
wow:)
umutert 4 years ago