LExCI: A Framework for Reinforcement Learning with Embedded Systems
Kevin Badalian, Lucas Koch, Tobias Brinkmann, Mario Picerno, Marius, Wegener, Sung-Yong Lee, Jakob Andert

TL;DR
LExCI is an open-source framework that enables reinforcement learning training directly on embedded systems, integrating with RLlib to facilitate deployment in real-time control applications.
Contribution
The paper introduces LExCI, a novel framework that bridges reinforcement learning with embedded hardware, addressing compatibility issues with existing RL libraries.
Findings
Successfully trained RL agents on embedded devices
Demonstrated compatibility with RLlib and real-time systems
Validated with state-of-the-art RL algorithms
Abstract
Advances in artificial intelligence (AI) have led to its application in many areas of everyday life. In the context of control engineering, reinforcement learning (RL) represents a particularly promising approach as it is centred around the idea of allowing an agent to freely interact with its environment to find an optimal strategy. One of the challenges professionals face when training and deploying RL agents is that the latter often have to run on dedicated embedded devices. This could be to integrate them into an existing toolchain or to satisfy certain performance criteria like real-time constraints. Conventional RL libraries, however, cannot be easily utilised in conjunction with that kind of hardware. In this paper, we present a framework named LExCI, the Learning and Experiencing Cycle Interface, which bridges this gap and provides end-users with a free and open-source tool for…
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
TopicsReinforcement Learning in Robotics · Smart Grid Energy Management · Advanced Bandit Algorithms Research
MethodsLib
