We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5eda3 commit 9c18fb7Copy full SHA for 9c18fb7
docs/02_deep_dives/L1_Batch.ipynb
@@ -164,8 +164,8 @@
164
"\n",
165
"```mermaid\n",
166
"graph LR\n",
167
- " A[Environment] -->|ObsBatchProtocol| B[Collector]\n",
168
- " B -->|RolloutBatchProtocol| C[Replay Buffer]\n",
+ " A[Collector] -->|ActBatchProtocol| B[Environment]\n",
+ " B[Environment + Action] -->|RolloutBatchProtocol| C[Replay Buffer]\n",
169
" C -->|RolloutBatchProtocol| D[Policy]\n",
170
" D -->|ActBatchProtocol| A\n",
171
" D -->|BatchWithAdvantages| E[Algorithm/Trainer]\n",
0 commit comments