File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3030
3131 Stacked actions taken in each episode step.
3232
33+ .. autoattribute:: minari.EpisodeData.rewards
34+
35+ The ``reward`` value after each environment step.
36+
3337.. autoattribute:: minari.EpisodeData.terminations
3438
3539 The ``terminated`` value after each environment step.
Original file line number Diff line number Diff line change 1818
1919 The action performed by the agent on the environment.
2020
21- .. autoattribute:: minari.StepData.termination
21+ .. autoattribute:: minari.StepData.reward
22+
23+ The ``reward`` value returned by the environment after performing the action.
24+
25+ .. autoattribute:: minari.StepData.terminated
2226
2327 The ``terminated`` value returned by the environment after performing the action.
2428
25- .. autoattribute:: minari.StepData.truncation
29+ .. autoattribute:: minari.StepData.truncated
2630
2731 The ``truncated`` value returned by the environment after performing the action.
2832
You can’t perform that action at this time.
0 commit comments