Skip to content

Commit e0b9d45

Browse files
committed
fix typo
1 parent fc25f72 commit e0b9d45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Executable/v2.0/EnviromentTest.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204
"Difference between Decision Steps and Terminal Steps is that terminal step only calls on episode end, while \n",
205205
"decision step can be called at anytime.\n",
206206
"- Decision Steps: `env.get_steps()` get the steps from agents calling <br />\n",
207-
"- Agent ID: `steps.agent_id()` get the agents id corresponding to the step <br />"
207+
"- Agent ID: `steps.agent_id()` get the agents id corresponding to the step <br />\n",
208+
"- `len(DecisionSteps)`: Returns the number of agents requesting a decision since the last call to env.step()"
208209
]
209210
},
210211
{

0 commit comments

Comments
 (0)