A programming language for reinforcement learning

The increasing complexity of reinforcement learning (RL) algorithms has revealed a critical gap in the programming models and tools available to developers, leading to suboptimal implementations and a lack of standardization in RL software projects. This thesis proposes the design and implementation...

Full description

Autores:
Morillo Cervantes, Camilo Andrés
Tipo de recurso:
Trabajo de grado de pregrado
Fecha de publicación:
2025
Institución:
Universidad de los Andes
Repositorio:
Séneca: repositorio Uniandes
Idioma:
eng
OAI Identifier:
oai:repositorio.uniandes.edu.co:1992/75480
Acceso en línea:
https://hdl.handle.net/1992/75480
Palabra clave:
Reinforcement learning
Programming language
Abstraction
Ingeniería
Rights
openAccess
License
Attribution 4.0 International
Description
Summary:The increasing complexity of reinforcement learning (RL) algorithms has revealed a critical gap in the programming models and tools available to developers, leading to suboptimal implementations and a lack of standardization in RL software projects. This thesis proposes the design and implementation of a specialized programming language that provides higher-level abstractions tailored specifically for RL. By addressing the representation of state and action space, the reward function and the management of hyperparameters, our language aims to alleviate the burden on programmers, allowing them to concentrate on the intrinsic complexities of their algorithms rather than the underlying details of RL. We will develop language abstractions and data structures within the Racket programming environment to facilitate the expression of RL constructs effectively. Additionally, a suite of test programs will be created to evaluate the efficacy and usability of our proposed language. This work seeks to enhance the quality and accessibility of RL programming, fostering improved practices and innovations in the field.