Skip to content
Snippets Groups Projects
config.config 431 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
Gontier Antonin's avatar
Gontier Antonin committed
displayScreen=true
enableSound=false
repeatActionProb=0.25
//Value of the color palette : SECAM / PAL / standard
colourPalette=SECAM

//Algo gen
Gontier Antonin's avatar
Gontier Antonin committed
algoGen=false

//Launch parameters
nEvalP=1
nEvalS=3
mutRate=0.6
Gontier Antonin's avatar
Gontier Antonin committed
crossRate=0.6
Gontier Antonin's avatar
Gontier Antonin committed
popSize=10
nbIter=5