File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ It also has the two following methods:
170
170
171
171
A ` DecisionStep ` has the following fields:
172
172
173
- - ` obs ` is a list of numpy arrays observations collected by the group of
174
- agent. (Each array has one less dimension than the arrays in ` DecisionSteps ` )
173
+ - ` obs ` is a list of numpy arrays observations collected by the agent.
174
+ (Each array has one less dimension than the arrays in ` DecisionSteps ` )
175
175
- ` reward ` is a float. Corresponds to the rewards collected by the agent
176
176
since the last simulation step.
177
177
- ` done ` is a bool. Is true if the Agent was terminated during the last
@@ -215,8 +215,8 @@ It also has the two following methods:
215
215
216
216
A ` TerminalStep ` has the following fields:
217
217
218
- - ` obs ` is a list of numpy arrays observations collected by the group of
219
- agent. (Each array has one less dimension than the arrays in ` TerminalSteps ` )
218
+ - ` obs ` is a list of numpy arrays observations collected by the agent.
219
+ (Each array has one less dimension than the arrays in ` TerminalSteps ` )
220
220
- ` reward ` is a float. Corresponds to the rewards collected by the agent
221
221
since the last simulation step.
222
222
- ` done ` is a bool. Is true if the Agent was terminated during the last
You can’t perform that action at this time.
0 commit comments