8000 Fix names of json fields in dqn_visual.json config file. · pythonAI/tensorforce@105865c · GitHub
[go: up one dir, main page]

Skip to content

Commit 105865c

Browse files
sven1977michaelschaarschmidt
authored andcommitted
Fix names of json fields in dqn_visual.json config file.
1 parent f2c09fa commit 105865c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/configs/dqn_visual.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
"discount": 0.97,
1414

15-
"states_preprocessing_spec": [
15+
"states_preprocessing": [
1616
{
1717
"type": "image_resize",
1818
"width": 84,
@@ -27,7 +27,7 @@
2727
}
2828
],
2929

30-
"explorations_spec": {
30+
"actions_exploration": {
3131
"type": "epsilon_decay",
3232
"initial_epsilon": 1.0,
3333
"final_epsilon": 0.1,

examples/configs/vpg_baseline_visual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"num_steps": 5
2525
},
2626

27-
"states_preprocessing_spec": [
27+
"states_preprocessing": [
2828
{
2929
"type": "image_resize",
3030
"width": 84,

0 commit comments

Comments
 (0)
0