File size: 833 Bytes
f36a4d2
 
de78cbb
 
 
f36a4d2
 
de78cbb
 
f36a4d2
 
de78cbb
 
163254c
de78cbb
163254c
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Neuron Runner
emoji: 🧠
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
license: mit
short_description: RL neural net learns a platformer in real time
---

# Neuron Runner

**By [cahlen](https://huggingface.co/cahlen)** | [GitHub](https://github.com/cahlen/neuron-runner)

A neural network learns to play a 2D platformer in real time, entirely in the browser.

- **CoFrNet** (default) — continued-fraction network ([Puri et al., NeurIPS 2021](https://arxiv.org/html/2506.05586)): parallel ladders of nested fractions with a dedicated ladder-rung visualization and feature-attribution panel
- **MLP** — classic two-layer perceptron with live node-and-edge activation visualization
- **REINFORCE** policy-gradient training, running live via TensorFlow.js (WebGPU / CPU)
- Three.js Mario-themed game renderer