Spaces:
Running
Running
Add author attribution
Browse files
README.md
CHANGED
|
@@ -11,9 +11,11 @@ short_description: RL neural net learns a platformer in real time
|
|
| 11 |
|
| 12 |
# Neuron Runner
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
- **
|
| 19 |
-
-
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Neuron Runner
|
| 13 |
|
| 14 |
+
**By [cahlen](https://huggingface.co/cahlen)** | [GitHub](https://github.com/cahlen/neuron-runner)
|
| 15 |
|
| 16 |
+
A neural network learns to play a 2D platformer in real time, entirely in the browser.
|
| 17 |
+
|
| 18 |
+
- **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
|
| 19 |
+
- **MLP** — classic two-layer perceptron with live node-and-edge activation visualization
|
| 20 |
+
- **REINFORCE** policy-gradient training, running live via TensorFlow.js (WebGPU / CPU)
|
| 21 |
+
- Three.js Mario-themed game renderer
|