学位论文详细信息
Integrating reinforcement learning into a programming language
Machine learning;Reinforcement learning;Modular reinforcement learning;Programming languages;Domain specific languages;Software engineering;Artificial intelligence;Intelligent agents
Simpkins, Christopher Lee ; Isbell, Charles L. Computer Science Bodner, Douglas Riedl, Mark Rugaber, Spencer Thomaz, Andrea ; Isbell, Charles L.
University:Georgia Institute of Technology
Department:Computer Science
关键词: Machine learning;    Reinforcement learning;    Modular reinforcement learning;    Programming languages;    Domain specific languages;    Software engineering;    Artificial intelligence;    Intelligent agents;   
Others  :  https://smartech.gatech.edu/bitstream/1853/58683/1/SIMPKINS-DISSERTATION-2017.pdf
美国|英语
来源: SMARTech Repository
PDF
【 摘 要 】

Reinforcement learning is a promising solution to the intelligent agent problem, namely, given the state of the world, which action should an agent take to maximize goal attainment. However, reinforcement learning algorithms are slow to converge for larger state spaces and using reinforcement learning in agent programs requires detailed knowledge of reinforcement learning algorithms. One approach to solving the curse of dimensionality in reinforcement learning is decomposition. Modular reinforcement learning, as it is called in the literature, decomposes an agent into concurrently running reinforcement learning modules that each learn a ``selfish'' solution to a subset of the original problem. For example, a bunny agent might be decomposed into a module that avoids predators and a module that finds food. Current approaches to modular reinforcement learning support decomposition but, because the reward scales of the modules must be comparable, they are not composable -- a module written for one agent cannot be reused in another agent without modifying its reward function. This dissertation makes two contributions: (1) a command arbitration algorithm for modular reinforcement learning that enables composability by decoupling the reward scales of reinforcement learning modules, and (2) a Scala-embedded domain-specific language -- AFABL (A Friendly Adaptive Behavior Language) -- that integrates modular reinforcement learning in a way that allows programmers to use reinforcement learning without knowing much about reinforcement learning algorithms. We empirically demonstrate the reward comparability problem and show that our command arbitration algorithm solves it, and we present the results of a study in which programmers used AFABL and traditional programming to write a simple agent and adapt it to a new domain, demonstrating the promise of language-integrated reinforcement learning for practical agent software engineering.

【 预 览 】
附件列表
Files Size Format View
Integrating reinforcement learning into a programming language 1721KB PDF download
  文献评价指标  
  下载次数:22次 浏览次数:64次