Skip to content

Commit

Permalink
fix: values derived from action mislabeled
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed May 3, 2024
1 parent 5d604c2 commit c8f2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ $$
(3) & r_t \leftarrow r_t - 1000 \cdot \sqrt{(p_{x_t}^s - x_{{\text{desired}}_t}^s)^2 + (p_{y_t}^s - y_{{\text{desired}}_t}^s)^2} \\[2ex]
(4) & \text{if}\ \ \Delta t > \text{timeout}\ \ \text{then} \\[2ex]
(5) & \ \ \ \ r_t \leftarrow r_t - 1000 \\[2ex]
(6) & \text{if}\ \ p_{z_t}^s + r_t^s \cos{\theta_t^s} <= 0.5 \ \ \text{then} \\[2ex]
(6) & \text{if}\ \ p_{z_t}^s + r_t^a \cos{\theta_t^a} <= 0.5 \ \ \text{then} \\[2ex]
(7) & \ \ \ \ r_t \leftarrow r_t - 2000
\end{array}
$$ {#eq:reward-metric}
Expand Down

0 comments on commit c8f2954

Please sign in to comment.