1
Fork 0

fix: update file link

This commit is contained in:
Tibo De Peuter 2026-04-08 15:43:12 +02:00
parent 16cc86b30c
commit 67027e8905
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
2 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,6 @@ This pipeline treats the agent as a single entity and uses standard Proximal Pol
Our policy and value networks use separate input networks/feature extractors as advised by the SEL3 course assistants and the blog. For continuous actions this should allow better learning at a small cost.
```mermaid
%%{ init: { 'flowchart': {'defaultRenderer': 'elk' } } }%%
graph TD
Obs([Global Observation])
@ -69,7 +68,6 @@ critic for all nodes at once, for the following reasons:
mathematically equivalent.
```mermaid
%%{ init: { 'flowchart': {'defaultRenderer': 'elk' } } }%%
graph TD
Obs([Local Observation])
@ -96,7 +94,6 @@ graph TD
Crit --> OutCrit
Prop -.->|"message passing"|Prop
```
## Implementation Details (Network Depth)