Skip to content
Snippets Groups Projects
config.config 417 B
Newer Older
//This is a config file
//The syntax should be : parameter=value
//WARNING : DO NOT WRITE ANY SPACE CHARACTER

//ALE settings
romPath=../ale/roms/Frostbite.bin
displayScreen=true
enableSound=false
repeatActionProb=0.25
//Value of the color palette : SECAM / PAL / standard
colourPalette=SECAM

//Algo gen
algoGen=true

//Launch parameters
nEvalP=1
nEvalS=3
mutRate=0.6
crossRate=0.6
tournSize=3
popSize=30
nbIter=100