"vscode:/vscode.git/clone" did not exist on "e84af8ce18fb12ff76f0e99d27d080b37a4363d9"
Commit 013910f8 authored by Carlos Riquelme's avatar Carlos Riquelme
Browse files

Readme changes.

parent 565a22c1
......@@ -41,7 +41,7 @@ the process if we use algorithm **A** is as follows:
```
At time t = 1, ..., T:
1. Observe new context: X_t
1. Observe new context: X<sub>t</sub>
2. Choose action: a_t = A.action(X_t)
3. Observe reward: r_t
4. Update internal state of the algorithm: A.update((X_t, a_t, r_t))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment