#120 · Primary category: Deep Learning Frameworks
AgileRL
Streamlining reinforcement learning with RLOps. State-of-the-art RL algorithms and tools, with 10x faster training through evolutionary hyperparameter optimization.
Project last updated:08/28/26
GitHub Stars
946
Forks
78
Contributors
34
License
Apache-2.0
Why we included this project
Most of the effort in reinforcement learning goes into hyperparameter tuning and long training runs, not the control logic itself. AgileRL tackles that head-on: its evolutionary hyperparameter optimization converges on good settings during a single run, so you skip the usual grid or Bayesian sweeps, and it reports training being roughly ten times faster. The library includes PyTorch implementations for on-policy, off-policy, offline, and multi-agent settings, plus support for fine-tuning LLMs on multi-turn tasks. If you want one maintained codebase that standardizes RL experiment patterns instead of bolting a research implementation together with separate tuning scripts, AgileRL gives you a practical, well-documented base to build on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.