Skip to content
Snippets Groups Projects
Commit e5363e76 authored by Franck Dary's avatar Franck Dary
Browse files

Changed default values for backtrack probability

parent 6610d720
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ if __name__ == "__main__" :
help="Evolution of probability to chose action at random : (start value, decay speed, end value)")
parser.add_argument("--probaOracle", default="0.3,2,0.0",
help="Evolution of probability to chose action from oracle : (start value, decay speed, end value)")
parser.add_argument("--probaStateBack", default="0.0,20,1.0-1.0,20,0.0",
parser.add_argument("--probaStateBack", default="0.6,04,0.1-0.3,2,0.0",
help="Evolution of probability to chose action in state Back with random and oracle.")
parser.add_argument("--countBreak", default=1,
help="Number of unaplayable transition picked before breaking the analysis.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment