Spaces:
Sleeping
Sleeping
Commit ·
5809a6c
1
Parent(s): 0e7f59c
diagrams updated
Browse files
assets/architecture_diagram.mmd
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
%%{init: {"theme": "base", "themeVariables": {"fontFamily": "Arial, Helvetica, sans-serif", "primaryTextColor": "#111827", "lineColor": "#0f172a", "clusterBkg": "#ffffff", "clusterBorder": "#cbd5e1"}, "flowchart": {"htmlLabels": false, "curve": "basis", "nodeSpacing": 60, "rankSpacing": 80, "padding": 24}}}%%
|
| 2 |
flowchart LR
|
| 3 |
classDef factory fill:#eff6ff,stroke:#2563eb,stroke-width:2px,color:#111827;
|
| 4 |
classDef runtime fill:#ecfdf5,stroke:#059669,stroke-width:2px,color:#111827;
|
|
|
|
| 1 |
+
%%{init: {"theme": "base", "themeCSS": "svg { background: #ffffff; }", "themeVariables": {"background": "#ffffff", "mainBkg": "#ffffff", "edgeLabelBackground": "#ffffff", "fontFamily": "Arial, Helvetica, sans-serif", "primaryTextColor": "#111827", "lineColor": "#0f172a", "clusterBkg": "#ffffff", "clusterBorder": "#cbd5e1"}, "flowchart": {"htmlLabels": false, "curve": "basis", "nodeSpacing": 60, "rankSpacing": 80, "padding": 24}}}%%
|
| 2 |
flowchart LR
|
| 3 |
classDef factory fill:#eff6ff,stroke:#2563eb,stroke-width:2px,color:#111827;
|
| 4 |
classDef runtime fill:#ecfdf5,stroke:#059669,stroke-width:2px,color:#111827;
|
assets/architecture_diagram.svg
CHANGED
|
|
|
|
assets/env_rl_training_flow_diagram.mmd
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
%%{init: {"theme": "base", "themeVariables": {"fontFamily": "Arial, Helvetica, sans-serif", "primaryTextColor": "#111827", "lineColor": "#0f172a", "clusterBkg": "#ffffff", "clusterBorder": "#cbd5e1"}, "flowchart": {"htmlLabels": false, "curve": "basis", "nodeSpacing": 58, "rankSpacing": 70, "padding": 24}}}%%
|
| 2 |
flowchart TD
|
| 3 |
classDef setup fill:#eff6ff,stroke:#2563eb,stroke-width:2px,color:#111827;
|
| 4 |
classDef episode fill:#ecfdf5,stroke:#059669,stroke-width:2px,color:#111827;
|
|
|
|
| 1 |
+
%%{init: {"theme": "base", "themeCSS": "svg { background: #ffffff; }", "themeVariables": {"background": "#ffffff", "mainBkg": "#ffffff", "edgeLabelBackground": "#ffffff", "fontFamily": "Arial, Helvetica, sans-serif", "primaryTextColor": "#111827", "lineColor": "#0f172a", "clusterBkg": "#ffffff", "clusterBorder": "#cbd5e1"}, "flowchart": {"htmlLabels": false, "curve": "basis", "nodeSpacing": 58, "rankSpacing": 70, "padding": 24}}}%%
|
| 2 |
flowchart TD
|
| 3 |
classDef setup fill:#eff6ff,stroke:#2563eb,stroke-width:2px,color:#111827;
|
| 4 |
classDef episode fill:#ecfdf5,stroke:#059669,stroke-width:2px,color:#111827;
|
assets/env_rl_training_flow_diagram.svg
CHANGED
|
|
|
|