We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc25f72 commit e0b9d45Copy full SHA for e0b9d45
Executable/v2.0/EnviromentTest.ipynb
@@ -204,7 +204,8 @@
204
"Difference between Decision Steps and Terminal Steps is that terminal step only calls on episode end, while \n",
205
"decision step can be called at anytime.\n",
206
"- 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 />"
+ "- 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()"
209
]
210
},
211
{
0 commit comments