Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
9d7320ce
Commit
9d7320ce
authored
Nov 25, 2019
by
Vivien Kraus
Browse files
Back to a normal default learning rate
parent
57b170f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tarot-app/tarot_perceptron_bootstrap.c
View file @
9d7320ce
...
...
@@ -50,7 +50,7 @@ parse_options (int argc, char *argv[])
uint8_t
*
seed
;
char
*
end
;
exploration
=
0
.
1
;
learning_rate
=
1e-
5
;
learning_rate
=
1e-
4
;
yarrow256_init
(
&
generator
,
0
,
NULL
);
yarrow256_seed
(
&
generator
,
strlen
(
default_seed
),
(
void
*
)
default_seed
);
while
(
1
)
...
...
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