Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
9d369909
Commit
9d369909
authored
Jun 29, 2017
by
Alexis Brenon
Browse files
🔧
Use non-deterministic environments
parent
0c7227bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
expe_template.lua
View file @
9d369909
...
...
@@ -22,7 +22,7 @@ local args = {
output
=
{
path
=
paths
.
concat
(
"outputs"
,
os.date
(
"%FT%T"
)),
log_level
=
10
,
save_freq
=
200000
,
save_freq
=
50e3
,
},
-- Environments
...
...
@@ -31,7 +31,6 @@ local args = {
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus_inferred.svg"
),
max_tries
=
1
,
deterministic
=
true
,
},
},
testing_environment
=
{
...
...
@@ -39,7 +38,6 @@ local args = {
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus_inferred.svg"
),
max_tries
=
1
,
deterministic
=
true
,
},
},
...
...
@@ -98,7 +96,7 @@ local args = {
class
=
"BaseExperiment"
,
params
=
{
steps
=
300e3
,
eval_freq
=
5
e3
,
eval_freq
=
2
e3
,
eval_steps
=
5000
,
},
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment