Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8ea93660 authored by Alessandro's avatar Alessandro
Browse files

Merge branch 'master' of gitlab.inria.fr:trust-ai/internships/proposals/xrl-gp/rl-policy

parents 49ac56ad ec48ef12
No related branches found
No related tags found
No related merge requests found
algorithm:
name: algo.eaMuPlusLambdaUCB
args:
mu: 100
lambda_: 100
simulation_budget: 5
parallel_update: 16
save_every: 10
ngen: 200
cxpb: 0.1
mutpb: 0.9
budget_scheduler: [[50, 10], [100, 20], [190, 50]]
population:
init_size: 100
selection:
name: selNSGA2
args:
individual: Tree
params:
env: "CartPole-v1"
function_set: small
c: 0.0
n_episodes: 1
n_steps: 500
gamma: 1.0
n_thread: 16
seed: 42
\ No newline at end of file
algorithm:
name: algo.eaMuPlusLambdaUCB
args:
mu: 100
lambda_: 100
simulation_budget: 5
parallel_update: 16
save_every: 10
ngen: 200
cxpb: 0.1
mutpb: 0.9
budget_scheduler: [[50, 50], [100, 200], [190, 500]]
population:
init_size: 100
selection:
name: selNSGA2
args:
individual: Tree
params:
env: "CartPole-v1"
function_set: small
c: 0.0
n_episodes: 1
n_steps: 500
gamma: 1.0
n_thread: 16
seed: 42
algorithm:
name: algo.eaMuPlusLambdaUCB
args:
mu: 500
lambda_: 500
simulation_budget: 25
parallel_update: 16
save_every: 10
ngen: 2000
cxpb: 0.1
mutpb: 0.9
budget_scheduler: [[50, 50], [100, 100], [190, 250]]
population:
init_size: 100
selection:
name: selNSGA2
args:
individual: Tree
params:
env: "CartPole-v1"
function_set: small
c: 0.0
n_episodes: 1
n_steps: 500
gamma: 1.0
n_thread: 16
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