NeatRL

Implementations

About NeatRL

NeatRL is an open-source Python library implementing reinforcement learning algorithms from first principles in PyTorch. Every file is self-contained and readable — designed to be understood, not just used.

Consistent API — same interface for every algorithm, MLP and CNN variants included.
Gymnasium compatible — works with any standard Gymnasium environment.
Zero bloat — no hidden abstractions; read the source, learn the algorithm.