Live data from Hacker News

NERO Machine Learning Tournament

code.google.com

1–8 of 8 posts

Re: NERO Machine Learning Tournament

#4
I've been working on OpenNERO this semester, along with Igor Karpov (lead dev), Adam Dziuk, Leif Johnson, and Risto Miikkulainen.

The idea of this tournament is that you are training a population of evolving agents, each controlled by a separate artificial neural network. It's effectively a strategy game where you teach your networks how to react to different inputs (flags, enemies, friends, etc.).

We'll then compete the teams against each other in a massive tournament.

Re: NERO Machine Learning Tournament

#5
Wow can't believe this is still going. I had a chance to work with the original creator, Ken Stanley, during a summer internship at a University of Texas media lab. We had a ton of fun training up teams of robots -- my favorite was making a team of cowards that would cower behind walls when they would see a turret.

This project and the original used a variant of his rtNeat neural network software:

http://nn.cs.utexas.edu/?rtNEAT

Since then he's moved onto the University of Florida and created some new variants. One that is particularly interesting to me is cgNeat, for creating evolving, procedural content for games. It was used to evolve new weapons and particle systems for a diablo-like loot system for this game:

http://gar.eecs.ucf.edu/

Re: NERO Machine Learning Tournament

#6
post #4

I've been working on OpenNERO this semester, along with Igor Karpov (lead dev), Adam Dziuk, Leif Johnson, and Risto Miikkulainen. The idea of this tournament is that you are training a population of evolving agents, each controlled by a separate artificial neural network. It's effectively a strategy game where you teach your networks how to react to different inputs (flags, enemies, friends, etc.). We'll then compete…

I worked on NERO 5 years ago with many of the same people as well.In fact, we were the first batch of [then] undergrads join the project.

I am very glad to see that the project has continued and is still going strong.

Re: NERO Machine Learning Tournament

#7

Wow can't believe this is still going. I had a chance to work with the original creator, Ken Stanley, during a summer internship at a University of Texas media lab. We had a ton of fun training up teams of robots -- my favorite was making a team of cowards that would cower behind walls when they would see a turret. This project and the original used a variant of his rtNeat neural network software: http://nn.cs.utexas…

University of Central Florida. I took a class under him. Stanley is an awesome professor and NEAT is my favorite style neural network model