Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
f0d07563
Commit
f0d07563
authored
Jul 23, 2018
by
Carlos Riquelme
Browse files
Readme changes.
parent
013910f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/deep_contextual_bandits/README.md
research/deep_contextual_bandits/README.md
+1
-1
No files found.
research/deep_contextual_bandits/README.md
View file @
f0d07563
...
@@ -41,7 +41,7 @@ the process if we use algorithm **A** is as follows:
...
@@ -41,7 +41,7 @@ the process if we use algorithm **A** is as follows:
```
```
At time t = 1, ..., T:
At time t = 1, ..., T:
1. Observe new context: X
<sub>t</sub>
1. Observe new context: X
_t
2. Choose action: a_t = A.action(X_t)
2. Choose action: a_t = A.action(X_t)
3. Observe reward: r_t
3. Observe reward: r_t
4. Update internal state of the algorithm: A.update((X_t, a_t, r_t))
4. Update internal state of the algorithm: A.update((X_t, a_t, r_t))
...
...
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