Fundraising Fox

Agilerl

Entrepreneur First '23

London, GB · Founded 2023 · 12 employees on LinkedIn · 7 known investors

Find your way into Agilerl

464 people in our graph share verified history with the Agilerl team — schools, employers, funds. One of them is your warm intro.

Madison Lenormandunlockedknows Nick Ustaran-Anderegg · together at Imperial College London (overlapped)
×5knows the team · via Entrepreneur First
×2knows the team · via Imperial College London
×4knows the team · via Just Eat

AgileRL develops an open-source reinforcement learning framework for training and tuning AI agents faster than existing RL libraries, along with Arena, an enterprise platform that converts raw data into production-ready agents. It works with companies in industries such as finance, defence, and technology.

Also known as AgileRL · AgileRL Inc

Founders & leadership

Agilerl was founded in 2023 by Param Kumar and Nick Ustaran-Anderegg.

PKParam Kumar
Param KumarinCo-founder · Chief Executive OfficerParam Kumar has worked in technology and AI, with a focus on product innovation and SaaS. His experience spans several industries and regions through roles at JustEat and PolyAI.
NUNick Ustaran-Anderegg
Nick Ustaran-AnderegginCo-founder · Chief Technology OfficerNick Ustaran-Anderegg holds an MEng in Biomedical Engineering from Imperial College London. He has worked as a machine learning engineer at several startups, leading teams that shipped models used more than a million times.

Investors · 7

Also in the syndicate · 2

Flying FishFusion Fundlead

Company profile

researched Aug 2026

AgileRL is a reinforcement learning (RL) infrastructure company that develops an open-source Python framework and a commercial end-to-end platform called Arena. Arena takes a customer's own data, workflows, or environments and converts them into LLM datasets and RL environments, validates them before training, configures algorithms, rewards, constraints, and objectives, runs distributed training across the customer's compute, and supports one-click promotion of checkpoints to production hosted on the customer's own infrastructure, with continual learning from live feedback. The company positions this as an alternative to relying on a general-purpose frontier model, arguing that smaller models fine-tuned on a specific task can outperform generalist models while keeping model weights and training inside the customer's environment.

The underlying open-source library, distributed as the pip package `agilerl` and hosted on GitHub, is described as a deep RL library focused on "RLOps" (MLOps for reinforcement learning). It implements evolutionary hyperparameter optimization — training a population of agents, selecting the strongest via tournament selection, mutating them, and discarding weak performers — which the company says removes the need for many sequential tuning runs and yields roughly 10x faster hyperparameter optimization than existing approaches. The library covers on-policy, off-policy, offline, multi-agent (PettingZoo-style parallel API), contextual multi-armed bandit, and LLM fine-tuning algorithms, including DQN, Rainbow DQN, DDPG, TD3, PPO, CQL, ILQL, IPPO, MADDPG, MATD3, NeuralUCB, NeuralTS, GRPO, GSPO, CISPO, DPO, SFT, LLM PPO, and LLM REINFORCE, plus evolvable network modules (MLP, CNN, LSTM, ResNet, SimBa, GPT, BERT) and distributed multi-GPU training.

The company reports customer and user traction in research, defense, finance, robotics, and logistics, and publishes case studies with RTDynamics (aerial interception missions), Warburg AI (financial RL workflows and compute cost reduction), and Decision Lab (bin-packing/logistics utilization). Press coverage of its seed round states the framework has been used by engineers at Airbus, IBM, JPMorgan, Wayve, and Huawei.

Founding story

Cofounders Param Kumar (CEO) and Nicholas Ustaran-Anderegg (CTO) started the company through the Entrepreneur First programme in the UK ecosystem. Kumar has said the idea came from having built a reinforcement learning system from scratch at a previous company, where he found the process costly and complex, with every new use case requiring simulators, reward designs, and deployment pipelines to be rebuilt. Kumar has also described the post-ChatGPT shift of corporate budgets away from RL toward transformers, and the company's thesis that RL must be layered on top of large statistical models because of the limits of what can be inferred from data alone.

Business model

AgileRL operates an open-source-core model: a freely available Python framework (`agilerl`) that drives adoption, with the commercial Arena platform layered on top for managed, end-to-end enterprise RL training and deployment. Deployment is oriented toward running inside the customer's own infrastructure and compute stack, with model weights retained by the customer.

Tiered software subscription. Business Insider reports a free tier with a limited amount of training credits, paid tiers for professionals and businesses, and custom licenses for larger enterprises.

Traction

The company reports 400,000+ community downloads of its open-source framework on its website, while January 2026 press coverage cited more than 300,000 downloads. The GitHub repository shows 945 stars, 77 forks, and 2,105 commits. AgileRL states its framework is used by leading research labs and institutions and by teams in research, defense, finance, robotics, and logistics; press reports name Airbus, IBM, JPMorgan, Wayve, and Huawei as organizations whose engineers have used the technology. Three customer case studies are published (RTDynamics, Warburg AI, Decision Lab). The company raised $7.5M in seed funding announced in January 2026.

Latest developments

In January 2026 AgileRL announced its $7.5 million seed round and US expansion plans. Recent product and engineering updates highlighted on the site include the Arena Client for running RL at scale from the terminal, an async-RL system the company says beats TRL and ART by 7x, and guidance on selecting RL algorithms and reward systems for multi-turn LLM training. Documentation lists Arena, Arena Client, LLM fine-tuning with GRPO/CISPO/GSPO/DPO/SFT, and multi-frequency population-based training among current capabilities.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

AgileRL positions itself as RL infrastructure that removes the cost, complexity, and specialist-headcount barriers historically associated with reinforcement learning, framing RL as the layer that turns a general model into a task specialist. Its framework is benchmarked publicly against TRL, ART, epymarl, and Optuna-based tuning workflows, and its platform is positioned against reliance on hosted frontier-model fine-tuning, which it characterizes as carrying supply-chain and data-security risk and usage-scaled cost.

Stated points of differentiation: automated evolutionary hyperparameter optimization instead of manual or grid/Optuna-based tuning; claimed 10x faster training and tuning and 7x faster async RL versus TRL/ART; training that runs in the customer's own environment with weights remaining customer-owned; compatibility with any open-source model rather than lock-in to one frontier provider; a Python-first open-source framework with documentation, tutorials, and a Discord community; and continual learning where live production results feed subsequent training runs.

Technology

The core technical differentiator is evolutionary hyperparameter optimization for RL: a population of agents is trained in parallel, with tournament selection, mutation, and multi-frequency population-based training used to converge automatically on effective hyperparameters, which the company claims delivers about a 10x speedup over state-of-the-art libraries paired with Optuna. Additional components include an optimized asynchronous RL engine (the company claims a 7x advantage over TRL and ART in a blog post, and benchmarks its CISPO algorithm against ART and TRL on the GEM Sudoku Hard multi-turn task with 32k-token context and up to 50 turns per rollout, running on A100 40GB nodes versus 80GB nodes required by the comparison frameworks), evolvable neural network modules, experience replay and rollout buffers, distributed multi-GPU training, quantization, memory-efficient log-probability computation, and an Arena SDK/CLI for environment validation and managed cloud training.

Go-to-market

Developer-led adoption through the open-source framework, GitHub repository, documentation site, tutorials, and Discord community, converted to commercial use via Arena. The website's primary calls to action are booking a demo — including a live session in which the AgileRL team trains, tunes, and deploys an agent on the prospect's own task, dataset, or environment — and a self-serve free tier with training credits. Published customer case studies and technical blog posts support the funnel, and the company plans to hire go-to-market staff in the US.

Enterprise and research teams building autonomous or agentic systems, specifically named sectors of research, defense, finance, robotics, logistics, and technology. Users include engineers and data scientists who need RL without in-house PhD-level algorithm expertise; cited users include Airbus, IBM, JPMorgan, Wayve, and Huawei, plus case-study customers RTDynamics, Warburg AI, and Decision Lab.

Geography

Headquartered in London, UK, with the company page listing UK and US offices and roles based in London, UK and San Francisco, CA. Following the seed round the company said it will open a San Francisco office to push into the US market. The website footer identifies the entity as "AgileRL Inc".

History

Business Insider reports the company was cofounded in 2023 by Param Kumar and Nicholas Ustaran-Anderegg; AgileRL's own company page states a founding year of 2022 (an unresolved discrepancy between sources). The company originated in the UK through Entrepreneur First and built an open-source RL library centred on evolutionary hyperparameter optimization, later layering the Arena RLOps platform on top. On 7 January 2026 it announced a $7.5 million seed round led by Fusion Fund and disclosed plans to expand to San Francisco.

Risks & controversies

Sources contain no reported controversies. Notable caveats: the company's own site states a 2022 founding year while press coverage states 2023; download figures differ between the website (400,000+) and press coverage (300,000+); and headline performance claims (10x faster training, 7x faster async RL, benchmark comparisons against TRL, ART, epymarl, and Optuna) are self-published by the company and not independently verified in the available sources. The company also lists no open positions on its careers page despite stating plans to hire more than a dozen people.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Claimed async-RL system speedup vs TRL and ARTJan 20267x faster than TRL and ART, per company blog post title
Claimed hyperparameter optimization / training speedupJan 202610x faster hyperparameter optimization versus state-of-the-art RL libraries
Founding year stated on company siteJan 20262,022 year
GitHub commits (AgileRL/AgileRL)Jan 20262,105 commits
GitHub forks (AgileRL/AgileRL)Jan 202677 forks
GitHub stars (AgileRL/AgileRL)Jan 2026945 stars
Open-source framework downloadsJan 2026400,000 downloads
Open-source framework downloads (press figure)Jan 2026300,000 downloads
Total funding raisedJan 2026$7.5M

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 3

launches, deals, and filings
Jan 2026
Planned San Francisco office and US expansion

Following its seed round, AgileRL said it plans to open an office in San Francisco and hire over a dozen people across engineering and go-to-market to address US demand, notably in robotics and defense. The company website lists offices in the UK and US (London, UK + San Francisco, CA).

source ↗

Jan 2026
AgileRL raises $7.5M seed round led by Fusion Fund

AgileRL announced a $7.5 million seed round led by Fusion Fund, with participation from Flying Fish, Octopus Ventures, Entrepreneur First, and Counterview Capital. Proceeds are earmarked for opening a San Francisco office and hiring more than a dozen engineering and go-to-market roles.

$7.5M source ↗

Jan 2026
Arena Client released for running reinforcement learning from the terminal

AgileRL's site lists a blog update introducing the Arena Client, described as reinforcement learning at scale from the terminal. The documentation and open-source package list an 'arena' extra providing the Arena SDK and CLI for validating custom environments and training/deploying agents on managed cloud infrastructure.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Companies House · registry record

View on Companies House ↗
Registered name
AGILERL LTD
Company number
14567122
Status
Active
Company type
Private limited company
Incorporated
3 Jan 2023
Registered office
131-151 Great Titchfield Street, London, W1W 5BB
Nature of business (SIC)
62012 — Business and domestic software development
Accounts
last made up to 31 Jan 2026 · next due 31 Oct 2027
Confirmation statement
last made up to 2 Jan 2026 · next due 16 Jan 2027

Current officers · 2

  • Param Kumar director, appointed 3 Jan 2023
  • Nicholas Andoni Ustaran-Anderegg director, appointed 3 Jan 2023

Source: Companies House public register · retrieved 23 Aug 2026. Contains public sector information licensed under the Open Government Licence v3.0.

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Agilerl do?
AgileRL builds Arena, an RLOps platform and open-source Python framework for training and deploying task-specialized RL agents.
Who founded Agilerl?
Agilerl was founded by Param Kumar, Nick Ustaran-Anderegg in 2023.
Who are Agilerl's investors?
Agilerl's investors include Entrepreneur First, Flying Fish Ventures, Fusion, Octopus Ventures, Counterview Capital.
Where is Agilerl headquartered?
Agilerl is headquartered in London, GB.