//params file for learning rate experiment //see env, crits for details // ENVIRONMENT PARAMETERS // Parameters affecting the number of things of different // types in the world, their properties and placement, // and the amount of punishment or reward critters receive // for various things. The string following "environment" // must be the name of a file in the "Data" directory (where // this file is). environment learnrate.env // CRITTER PARAMETERS // Critters are specified by "species". A species // specification begins with the keyword "critters". // Either this is followed by the name of a file // containing the individual critter parameters, or // the parameters appear in this file. Following // the filename (or "critters") if there is no filename, // the number of critters of this species is given. // See "critsD" for a description of the parameters. critters learnrate-critsA 2 critters learnrate-critsB 2 critters learnrate-critsC 2 critters learnrate-critsD 2