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
f93dbb69
Commit
f93dbb69
authored
Aug 02, 2017
by
Alexis Brenon
Browse files
🔧
Use a pretrained agent on real data
parent
bbe3c83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
expe_template.lua
View file @
f93dbb69
...
...
@@ -30,46 +30,30 @@ local args = {
class
=
"smarthome.sweethome.GraphicalSensorSweetHome"
,
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus.svg"
),
data_path
=
paths
.
concat
(
'data'
,
'SweetHomeRaw'
),
history_length
=
3
,
deterministic
=
true
,
},
},
testing_environment
=
{
class
=
"smarthome.sweethome.GraphicalSensorSweetHome"
,
params
=
{
map_path
=
paths
.
concat
(
"assets"
,
"domus.svg"
),
data_path
=
paths
.
concat
(
'data'
,
'SweetHomeRaw-test'
),
history_length
=
3
,
deterministic
=
true
,
},
},
-- Agent
agent
=
{
class
=
"NeuralQLearner"
,
params
=
{
preprocess
=
{
class
=
"Downsample"
,
params
=
{
},
},
inference
=
{
class
=
"Inference"
,
params
=
{
},
},
experience_pool
=
{
pool_size
=
100
,
history_length
=
3
,
},
}
dump
=
"/home/getalp/brenon/results/2017-07-17T13:20:22-synthetic-raw-full-1/10000000/agent_10000000.t7"
},
-- Experiment
experiment
=
{
class
=
"BaseExperiment"
,
params
=
{
steps
=
1
0e
6
,
eval_freq
=
100
e3
,
steps
=
40
0e
3
,
eval_freq
=
4
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