Skip to content

Commit

Permalink
fix death penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Sep 4, 2018
1 parent 3a7964b commit c9b472a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dying. To model this game, three separate variables compose the reward:
3. _d_: a death penalty that penalizes the agent for dying in a state
- this penalty encourages the agent to avoid death
- no clock change ⇔ _d = 0_
- death ⇔ _d = 15_
- death ⇔ _d = -15_

_r = v + c + d_

Expand Down

0 comments on commit c9b472a

Please sign in to comment.