Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gpxrl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trust-ai
xrl
gpxrl
Commits
ec48ef12
Commit
ec48ef12
authored
3 years ago
by
Olivier Teytaud
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
93a6c69f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conf/conf_gpUCB_124.yml
+32
-0
32 additions, 0 deletions
conf/conf_gpUCB_124.yml
conf/conf_gpUCB_3.yml
+32
-0
32 additions, 0 deletions
conf/conf_gpUCB_3.yml
conf/conf_gpUCB_5678910.yml
+32
-0
32 additions, 0 deletions
conf/conf_gpUCB_5678910.yml
with
96 additions
and
0 deletions
conf/conf_gpUCB_124.yml
0 → 100644
+
32
−
0
View file @
ec48ef12
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
This diff is collapsed.
Click to expand it.
conf/conf_gpUCB_3.yml
0 → 100644
+
32
−
0
View file @
ec48ef12
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
This diff is collapsed.
Click to expand it.
conf/conf_gpUCB_5678910.yml
0 → 100644
+
32
−
0
View file @
ec48ef12
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment