[QUOTE=noctune9;27405988]I'm not saying that, but how is training a neural network not using a genetic algorithm? It's all a bunch numbers being mutated, bred, assigned fitness, etc.[/QUOTE]
AFAIK training a nerual network is assigning an output for an input to a certain artificial neuron. No GA in that.
My first test:
[IMG]http://img39.imageshack.us/img39/9928/ss20110115020649.png[/IMG]
I have keyframes for all the joints ( 15 in count, with 1 second between each of them)
Each keyframe gets a random motor speed for each joint.
Breeding is performed by crossing the keyframes of 2 parents together, mutating with a 10% chance per keyframe.
right now 1 test takes 30 seconds (twice the complete circle of a motion)
I might just let it run throughout the night and see if it gets better.
Someone should make a GA for QWOP :v:
That would actually be quite easy :D
If you could read out the distance...
I think cpp etc. tags should have maximum number of lines that it shows. If some has more than that it makes scrollbar.
Cpp tags don't work at all on Chrome 10...
At least not for me.
And when they did on the non-beta version it was some messed up green version that looked like it's padding is wrong.
The one before the forum update worked and looked ok.
You might try reloading the page, sometimes they don't work for me either. (I'm on chrome)
[QUOTE=Azur;27388912]Neural networks ARE stupid. Not stupid as in the concept of them, but stupid as in you need a lot of them to do anything remotely interesting and they can forget how to do things if they don't do it for a while.[/QUOTE]
He meant stupid as in the sense that you write all this code to do something, but you can actually just express the desired result of a neural network in differential equations, rather than going through training etc.
[QUOTE=Venice Queen;27766608]My god man, refactor that Fitness function[/QUOTE]
I take the, It works, and is fast enough for me, approach to coding.
[QUOTE=mmavipc;27783201]I take the, It works, and is fast enough for me, approach to coding.[/QUOTE]
it works until you want to change something or debug it.
Have fun unit testing that function too!
[QUOTE=Venice Queen;27788328]it works until you want to change something or debug it.
Have fun unit testing that function too![/QUOTE]
I had to debug it about 10 times to get it to work right.
Edit: Btw, your avatar is creepy
GA fitness functions:
[img]http://imgs.xkcd.com/comics/genetic_algorithms.png[/img]
Sorry, you need to Log In to post a reply to this thread.