cahlen commited on
Commit
163254c
·
verified ·
1 Parent(s): f1c4d02

Add author attribution

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -11,9 +11,11 @@ short_description: RL neural net learns a platformer in real time
11
 
12
  # Neuron Runner
13
 
14
- A browser-based reinforcement learning demo where a neural network learns to play a 2D platformer (Mario-style) in real time.
15
 
16
- - **MLP mode** classic two-layer perceptron policy
17
- - **CoFrNet mode** — continued-fraction network (exotic architecture from the paper)
18
- - **REINFORCE** policy-gradient training, running live in-browser via TensorFlow.js (WebGPU / CPU)
19
- - Real-time neural activation visualizations powered by Three.js
 
 
 
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