AgentForge: A Flexible Low-Code Platform for Reinforcement Learning Agent Design
Francisco Erivaldo Fernandes Junior, Antti Oulasvirta

TL;DR
AgentForge is a low-code platform that simplifies the optimization of complex RL agent parameters, making it accessible for nonexperts and applicable across various domains.
Contribution
It introduces a flexible, low-code system for optimizing any RL agent parameters, overcoming limitations of existing tools in usability and scope.
Findings
Successfully optimized parameters for a vision-based RL task
Demonstrated ease of defining optimization problems in few lines of code
Showed competitive performance with existing optimization methods
Abstract
Developing a reinforcement learning (RL) agent often involves identifying values for numerous parameters, covering the policy, reward function, environment, and agent-internal architecture. Since these parameters are interrelated in complex ways, optimizing them is a black-box problem that proves especially challenging for nonexperts. Although existing optimization-as-a-service platforms (e.g., Vizier and Optuna) can handle such problems, they are impractical for RL systems, since the need for manual user mapping of each parameter to distinct components makes the effort cumbersome. It also requires understanding of the optimization process, limiting the systems' application beyond the machine learning field and restricting access in areas such as cognitive science, which models human decision-making. To tackle these challenges, the paper presents AgentForge, a flexible low-code platform…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMulti-Agent Systems and Negotiation
MethodsSparse Evolutionary Training
