The Episodic Neighbor (EN) algorithm stores one index unit per exploration episode. A node activates the episodes in which it occurred, and an action wins when its successor-state representation overlaps most strongly with the goal representation. This gives one-step, goal-conditioned planning with an explicit trace of supporting episodes rather than a single compressed value function. The paper evaluates 32-node and 100-node random graphs, stochastic pre-MDPs, directed graphs, and context-gated variants. In the supplementary directed-graph test, EN produced mean path length 3.903 versus Dijkstraβs 3.734, a 4.51% excess; with non-orthogonal codes, it produced 3.114 versus 3.058, a 1.81% excess. These are reported averages, not uncertainty intervals, and the directed result used 10 generated graphs, limiting precision.
The benchmark environments are deliberately favorable to episodic retrieval: observations are discrete nodes, episodes are generated by uniformly random walks, and the goal is primarily shortest-path attainment. Continuous perception, noisy state abstraction, partial observability, long-horizon credit assignment, changing transition statistics, memory interference, and memory-storage limits are not established by these tests. The authors acknowledge synthetic environments, dependence on episode length and extraction quality, and the need to validate BTSP-like indexing and context evaluation. The paper therefore demonstrates algorithmic feasibility, not broad superiority over modern model-based RL, recurrent agents, retrieval-augmented systems, or learned world models.
The comparison with value iteration is also asymmetric: value iteration receives the complete transition model, whereas EN must estimate structure through exploration; conversely, the reported MAC accounting treats EN binary writes as βeffective MACs,β which the authors describe as conservative, while hardware energy, memory movement, area, latency, device variability, write endurance, and context-module costs are not experimentally measured. Consequently, βmore energy efficientβ is an engineering hypothesis rather than a demonstrated system-level result.
Best-supported conclusion: EN is a novel and interpretable episodic-retrieval heuristic that can approach shortest-path performance in the supplied synthetic benchmarks and can change its policy by gating memories. Confidence: moderate. Not yet established: that episodic indexing is necessary for biological planning, that EN scales to realistic sensory environments, or that neuromorphic implementations outperform well-designed alternatives in joules per successful task. The most decisive next evidence would be preregistered multi-seed comparisons on continuous, partially observed environments with matched exploration budgets, explicit memory costs, ablations of episodic indexing and context gating, and measured hardware energy rather than MAC proxies.
Know what changed, what holds up, and what remains uncertain. Every Friday. No ads.