-
Notifications
You must be signed in to change notification settings - Fork 0
Algorithms
Kirill Hitushkin edited this page Jul 23, 2026
·
1 revision
This section is an extensible catalog of learning algorithms available in the repository. Each implementation has a separate page describing its objective, the correspondence between the equations and the code, configuration parameters, and the handling of stateful spiking networks.
| Algorithm | Action spaces | Network support | Documentation |
|---|---|---|---|
| REINFORCE | Discrete through a categorical policy and continuous through a Gaussian policy | Feed-forward ANN and stateful LIF/LI networks | REINFORCE |