Slashdot Mirror


545-Person Programming War Declares a Winner

An anonymous reader writes: A while back we discussed Code Combat, a multiplayer game that lets players program their way to victory. They recently launched a tournament called Greed, where coders had to write algorithms for competitively collecting coins. 545 programmers participated, submitting over 126,000 lines of code, which resulted in 390 billion statements being executed on a 673-core supercomputer. The winner, going by the name of "Wizard Dude," won 363 matches, tied 14, and lost none! He explains his strategy: "My coin-collecting algorithm uses a novel forces-based mechanism to control movement. Each coin on the map applies an attractive force on collectors (peasants/peons) proportional to its value over distance squared. Allied collectors and the arena edges apply a repulsive force, pushing other collectors away. The sum of these forces produces a vector indicating the direction in which the collector should move this turn. The result is that: 1) collectors naturally move towards clusters of coins that give the greatest overall payoff, 2) collectors spread out evenly to cover territory. Additionally, the value of each coin is scaled depending on its distance from the nearest enemy collector, weighting in favor of coins with an almost even distance. This encourages collectors not to chase lost coins, but to deprive the enemy of contested coins first and leave safer coins for later."

11 of 57 comments (clear)

  1. Change coin to insurgent by Anonymous Coward · · Score: 4, Funny

    and upload this to the drone control network.

  2. Re:Uhm, trademark problem.... by SQLGuru · · Score: 4, Funny

    I thought Greed was getting kickbacks from the lobbying groups to buy your support for questionable bills.

  3. $5.74 == Wow hardware resources have become cheap! by origin2k · · Score: 3

    The final ranking was performed with a 673-core computer cluster, which simulated 153,439 games in under one hour for just $5.74

  4. Interdisciplinary crossover by upontheturtlesback · · Score: 5, Insightful

    This is really interesting and exciting work. In 2010, we showed that nearly this exact algorithm is used by neonates (newborns) to govern their visual attention and eye movements, and it explains much of what we know about newborn visual attention. It's exciting to see that when you essentially parallelize the algorithm with multiple agents that are aware of each other, it becomes an extremely efficient algorithm for resource collection in a completely different field/task. http://www.ncbi.nlm.nih.gov/pu...

    1. Re:Interdisciplinary crossover by macklin01 · · Score: 4, Interesting

      We also use very similar force algorithms in our cancer models. :-) e.g., http://www.sciencedirect.com/s...

      The description of the agents and forces in this summary was actually very well done.

      --
      OpenSource.MathCancer.org: open source comp bio
    2. Re:Interdisciplinary crossover by John+Bokma · · Score: 5, Informative

      "Free full text" but no link to download the PDF (at least, I don't see it). PDF: http://psych.mcmaster.ca/maure...

  5. $5.74 == Wow hardware resources have become cheap! by schmatz · · Score: 3, Interesting

    They sure have! We just spun up 20 c3.8xlarge spot instances on Amazon, AWS is pretty magical.

  6. Re:Uhm, trademark problem.... by mu51c10rd · · Score: 5, Funny

    I thought Greed was getting kickbacks from the lobbying groups to buy your support for questionable bills.

    No, that's called Politics.

  7. Freakin' coders. by Kazoo+the+Clown · · Score: 3, Interesting

    You can tell these guys are all lamer coders, they can't document worth squat. In the forum some guy asks for clear docs and they repond in essense with "just run our simulator, it's too complicated to explain." What a bunch of hosers. A competition like this ought to have clearly deliniated parameters. From reading their page I can't tell a darn thing about what the "Greed" environment is, what the problem to be solved is, and the summary of the winning solution on the Slashdot article here presumes you already know exactly what the conditions and goal with which the warring program must run. I see references on the linked contest site to coins that "randomly appear" and not much more. There's no way he could submit his solution to a journal except the "Journal for Irreproducible Results." Lazy bastards. There may be an interesting solution to something here, but there's seems no way to tell exactly what without reverse engineering their simulator.

  8. Re: $5.74 == Wow hardware resources have become ch by guruevi · · Score: 3, Informative

    It really depends on your calculations (yes, I work in academic research). You can get very large, very parallel problems and have enough with 56k modems in between nodes and there are those where 12x Infiniband is not enough. It also depends on the person implementing the system, how well versed they are in the subject matter and cluster programming, the languages they use and whether or not what they write is aware of what is happening where.

    The fabric can be relatively cheap actually, 24 port 10Gbps and QDR Infiniband switches can be had sub-5k these days (unless you go Cisco off course) especially in blade systems. All-in-all the hardware for clusters has gotten very, very cheap. Amazon wouldn't be selling it at $5/h if it weren't profitable.

    Large research clusters BTW (such as the ones at Fermilab, CERN or your average University) are usually large sets of 2/4/8 core systems, sometimes with a few very large nodes thrown in or these days a set of GPU nodes. 20-core nodes are rare in actual clusters a la Blue Gene/Q

    --
    Custom electronics and digital signage for your business: www.evcircuits.com