#120 · Primary category: Deep Learning Frameworks

AgileRL

agents agilerl automl deep-learning deep-reinforcement-learning distributed evolutionary-algorithms hpo hyperparameter-optimization hyperparameter-tuning llm machine-learning mlops multi-agent python pytorch reinforcement-learning rlops training

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