Skip to content

Commit

Permalink
... and fix a typo right away
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogrisetti committed Jun 9, 2024
1 parent 915bc82 commit 72c3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/components/reward_scheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ Given the choice of `return_algorithm` the reward is computed using the `risk_fr
* Let <code>X<sub>t</sub></code> denote the position at time t.
* Let <code>R<sub>t</sub></code> denote the reward at time t.

Then the reward is defined as <code>P<sub>t</sub> = (P<sub>t</sub> - P<sub>t-1</sub>) &middot; X<sub>t</sub></code>
Then the reward is defined as <code>R<sub>t</sub> = (P<sub>t</sub> - P<sub>t-1</sub>) &middot; X<sub>t</sub></code>

0 comments on commit 72c3be9

Please sign in to comment.