We had 9 agents in this first tournament, each participated to 4 games. A game took 30 min or 360 time units.
Fire Lion won 2 games and was placed second in the other two games. He clearly gains the lead! Congratulations!
See the entire ranking list here.
Here the setup parameters for the tournament:
module Greenfields
class Agency < Tournament::Agency
level 'Greenfields'
agents_per_game 12
games_per_agent 4
game_duration 1800 # sec
time_unit 5.0 # sec
build_options 'Greenfields::World' => { :size => 5 },
'Greenfields::Resource' => { :size => 4000..16000 },
'Greenfields::Population' => { :size => 40..160 }
end
end
The resources and the populations had the following properties:
resource :capacity => 100000, :birth_rate => 0.15, :death_rate => 0.05 population :birth_rate => 0.2, :death_rate => 0.05, :hunting_rate => 0.05, :needed_food => 2.0
What are your observations for this first tournament?
Keine Kommentare:
Kommentar veröffentlichen