Skip to content

Commit 0b50c6d

Browse files
docs: localize images to docs/images for Sphinx static building
1 parent 3ab81f2 commit 0b50c6d

10 files changed

Lines changed: 5 additions & 5 deletions

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The **Spiking Decision Transformer (SNN-DT)** is a novel integration of biologic
44

55
SNN-DT addresses this fundamental limitation by introducing three foundational neuromorphic innovations into the return-conditioned Transformer pipeline.
66

7-
![SNN-DT Architecture Overview](../model_architecture.png)
7+
![SNN-DT Architecture Overview](images/model_architecture.png)
88

99
*Figure 1: Overall architecture of the Spiking Decision Transformer. The offline trajectory embeddings (return, state, action) pass into the Phase-Shifted Positional Encoder. Spiking Self-Attention blocks interact dynamically with a Dendritic Routing MLP, culminating in a sparse action projection governed by Three-Factor Plasticity.*
1010

@@ -22,7 +22,7 @@ This mechanism endows each attention head with a distinct rhythmic code, providi
2222

2323
SNN-DT maps continuous embeddings into sparse spike rates via Leaky Integrate-and-Fire (LIF) dynamics. To adaptively combine parallel attention head outputs without uniform averaging, we leverage a lightweight **Dendritic-Style Routing MLP**.
2424

25-
![Dendritic Routing Coefficients](../visualizations/routing_coefficients_heatmap.png)
25+
![Dendritic Routing Coefficients](images/routing_coefficients_heatmap.png)
2626

2727
*Figure 2: Heatmap illustrating dynamic, context-dependent routing gating coefficients $\alpha^{(h)}_i(t)$ per head across a sequence. Darker cells indicate effectively pruned or suppressed head outputs, securing computational sparsity.*
2828

docs/experiments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our evaluation specifically tracks (1) algorithmic performance and (2) proxy met
88

99
We isolate the impact of Phase-Shifted Positional Spiking (Pos-Only) and Dendritic-Style Routing MLP (Route-Only) against a unified configuration (Full) and the base non-augmented LIF formulation (Baseline).
1010

11-
![Offline Loss Validation Curves](../visualizations/offline_loss_curves.png)
11+
![Offline Loss Validation Curves](images/offline_loss_curves.png)
1212

1313
*Figure 1: Ablation validation loss trajectories. The Full model natively achieves the fastest convergence towards the error floor by exploiting highly diverse temporal encoding and responsive gating.*
1414

@@ -19,7 +19,7 @@ We isolate the impact of Phase-Shifted Positional Spiking (Pos-Only) and Dendrit
1919
| **Acrobot-v1** | $-87.1 \pm 3.2$ | $-72.0 \pm 3.6$ | $-68.3 \pm 3.9$ | $\mathbf{-59.7 \pm 2.7}$ |
2020
| **Pendulum-v1** | $-155.3 \pm 5.1$ | $-140.0 \pm 4.7$ | $-135.4 \pm 4.4$ | $\mathbf{-130.5 \pm 4.2}$ |
2121

22-
![RL Performance plot](../visualizations/rl_performance_plot.png)
22+
![RL Performance plot](images/rl_performance_plot.png)
2323

2424
*Figure 2: Performance distributions evaluated over the target environments tracking downstream RL validation. The density directly reflects tighter policy resilience in continuous evaluations.*
2525

@@ -29,7 +29,7 @@ We isolate the impact of Phase-Shifted Positional Spiking (Pos-Only) and Dendrit
2929

3030
On advanced neuromorphic substrates like Intel Loihi or IBM TrueNorth, algorithmic energy scales linearly with spike activity emissions. We compute absolute spike counts during test batches as an energy proxy.
3131

32-
![Spike Emission Distribution](../visualizations/spike_histogram.png)
32+
![Spike Emission Distribution](images/spike_histogram.png)
3333

3434
*Figure 3: Histograms of localized sparse spike activity. SNN-DT networks suppress superfluous event spikes effectively limiting output variance beneath the 10-spike barrier compared to unrestricted formulations.*
3535

27.1 KB
Loading

docs/images/model_architecture.png

12.1 MB
Loading

docs/images/multi_env_returns.png

15.2 KB
Loading
15.6 KB
Loading
26.8 KB
Loading
139 KB
Loading
35.1 KB
Loading

docs/images/spike_histogram.png

63.5 KB
Loading

0 commit comments

Comments
 (0)