Skip to content

Commit 9c18fb7

Browse files
committed
Docs: minor fix in mermaid diagram
1 parent 9a5eda3 commit 9c18fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02_deep_dives/L1_Batch.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"\n",
165165
"```mermaid\n",
166166
"graph LR\n",
167-
" A[Environment] -->|ObsBatchProtocol| B[Collector]\n",
168-
" B -->|RolloutBatchProtocol| C[Replay Buffer]\n",
167+
" A[Collector] -->|ActBatchProtocol| B[Environment]\n",
168+
" B[Environment + Action] -->|RolloutBatchProtocol| C[Replay Buffer]\n",
169169
" C -->|RolloutBatchProtocol| D[Policy]\n",
170170
" D -->|ActBatchProtocol| A\n",
171171
" D -->|BatchWithAdvantages| E[Algorithm/Trainer]\n",

0 commit comments

Comments
 (0)