Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
832a39d7
Commit
832a39d7
authored
Jul 17, 2017
by
Alexis Brenon
Browse files
🔧
Very long expe on synthetic raw data
parent
4562f239
Changes
1
Hide whitespace changes
Inline
Side-by-side
expe_template.lua
View file @
832a39d7
...
...
@@ -27,18 +27,18 @@ local args = {
-- Environments
training_environment
=
{
class
=
"smarthome.sweethome.Graphical
Annotated
SweetHome"
,
class
=
"smarthome.sweethome.Graphical
Sensor
SweetHome"
,
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus
_inferred
.svg"
),
max_tries
=
1
,
map_path
=
paths
.
concat
(
"assets"
,
"domus.svg"
),
history_length
=
3
,
deterministic
=
true
,
},
},
testing_environment
=
{
class
=
"smarthome.sweethome.Graphical
Annotated
SweetHome"
,
class
=
"smarthome.sweethome.Graphical
Sensor
SweetHome"
,
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus
_inferred
.svg"
),
max_tries
=
1
,
map_path
=
paths
.
concat
(
"assets"
,
"domus.svg"
),
history_length
=
3
,
deterministic
=
true
,
},
},
...
...
@@ -50,46 +50,17 @@ local args = {
preprocess
=
{
class
=
"Downsample"
,
params
=
{
scale_size
=
{
84
,
84
}
},
},
inference
=
{
class
=
"Inference"
,
params
=
{
input_size
=
{
1
,
84
,
84
},
conv_layers
=
{
{
n_filters
=
32
,
field_size
=
{
width
=
8
,
height
=
8
},
stride
=
{
width
=
4
,
height
=
4
},
zero_padding
=
{
width
=
0
,
height
=
0
}
},
{
n_filters
=
64
,
field_size
=
{
width
=
4
,
height
=
4
},
stride
=
{
width
=
2
,
height
=
2
},
zero_padding
=
{
width
=
0
,
height
=
0
}
},
{
n_filters
=
64
,
field_size
=
{
width
=
3
,
height
=
3
},
stride
=
{
width
=
1
,
height
=
1
},
zero_padding
=
{
width
=
0
,
height
=
0
}
}
}
},
},
experience_pool
=
{
pool_size
=
100
,
history_length
=
3
,
},
learn_start
=
50
,
target_q
=
100
,
update_freq
=
1
,
minibatch_size
=
32
,
ep_start
=
1
,
ep_end
=
0
.
5
,
ep_endt
=
100000
,
}
},
...
...
@@ -97,8 +68,8 @@ local args = {
experiment
=
{
class
=
"BaseExperiment"
,
params
=
{
steps
=
30
0e
3
,
eval_freq
=
5
e3
,
steps
=
1
0e
6
,
eval_freq
=
100
e3
,
eval_steps
=
5000
,
},
},
...
...
Write
Preview
Markdown
is supported
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