LLM-Augmented Symbolic Reinforcement Learning with Landmark-Based Task Decomposition
Alireza Kheirandish, Duo Xu, Faramarz Fekri

TL;DR
This paper presents a novel approach combining symbolic RL and large language models to decompose complex tasks into subtasks using logic-based rules, improving learning efficiency and reducing assumptions about environment predicates.
Contribution
The work introduces a new algorithm for subtask identification using trajectories and LLM-generated rule templates, integrating ILP-based RL for enhanced task decomposition.
Findings
Algorithm accurately detects all subtasks in experiments.
LLM-generated rules are effective for subtask achievement.
Method reduces reliance on predefined environment predicates.
Abstract
One of the fundamental challenges in reinforcement learning (RL) is to take a complex task and be able to decompose it to subtasks that are simpler for the RL agent to learn. In this paper, we report on our work that would identify subtasks by using some given positive and negative trajectories for solving the complex task. We assume that the states are represented by first-order predicate logic using which we devise a novel algorithm to identify the subtasks. Then we employ a Large Language Model (LLM) to generate first-order logic rule templates for achieving each subtask. Such rules were then further fined tuned to a rule-based policy via an Inductive Logic Programming (ILP)-based RL agent. Through experiments, we verify the accuracy of our algorithm in detecting subtasks which successfully detect all of the subtasks correctly. We also investigated the quality of the common-sense…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Reinforcement Learning in Robotics
