
nanoRL: one RL training loop that scales from a laptop CPU to a GPU cluster.
https://github.com/alex000kim/nanoRL
nanoRL is the smallest async RL trainer I could write:
the same disaggregated trainer/worker setup that runs on 16 GPUs runs as two pods on your
laptop.
~1,800 lines across 7 files, no Ray, TRL or DeepSpeed.
u/alex000kim — 3 days ago