Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c442e64e authored by Mathurn Videau's avatar Mathurn Videau
Browse files

fix

parent f5cb8775
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,17 @@ algorithm: ...@@ -2,17 +2,17 @@ algorithm:
name: algo.eaMuPlusLambdaUCB name: algo.eaMuPlusLambdaUCB
args: args:
mu: 100 mu: 100
lambda_: 100 lambda_: 500
simulation_budget: 5 simulation_budget: 25
parallel_update: 16 parallel_update: 16
save_every: 10 save_every: 10
ngen: 200 ngen: 100
cxpb: 0.1 cxpb: 0.1
mutpb: 0.9 mutpb: 0.9
budget_scheduler: [[50, 50], [100, 200], [190, 500]] budget_scheduler: [[25, 50], [50, 200], [90, 500]]
population: population:
init_size: 100 init_size: 5000
selection: selection:
name: selNSGA2 name: selNSGA2
...@@ -21,12 +21,13 @@ selection: ...@@ -21,12 +21,13 @@ selection:
individual: Tree individual: Tree
params: params:
env: "CartPole-v1" env: "MountainCarContinuous-v0"
function_set: small function_set: small
c: 0.0 c: 0.0
n_episodes: 1 n_episodes: 1
n_steps: 500 n_steps: 500
gamma: 1.0 gamma: 1.0
n_thread: 16 n_thread: 16
max_tree_size: 4
seed: 42 seed: 42
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