Skip to content

Commit 6ad2294

Browse files
committed
Fixing a typo raised by #3731
1 parent ac970b8 commit 6ad2294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Python-API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ It also has the two following methods:
170170

171171
A `DecisionStep` has the following fields:
172172

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`)
175175
- `reward` is a float. Corresponds to the rewards collected by the agent
176176
since the last simulation step.
177177
- `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:
215215

216216
A `TerminalStep` has the following fields:
217217

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`)
220220
- `reward` is a float. Corresponds to the rewards collected by the agent
221221
since the last simulation step.
222222
- `done` is a bool. Is true if the Agent was terminated during the last

0 commit comments

Comments
 (0)