TorchLean API

NN.Runtime.RL.Algorithms

RL Algorithm Equations #

This umbrella collects the runtime-side equations for finite-action reinforcement-learning algorithms:

These modules are "runtime" because they use TorchLean's typed tensor surface and executable scalar classes, but they are still mostly pure mathematical equations. Environment IO, Gymnasium sessions, rollout collection, and trust-boundary checks live outside this folder.

References: