EMNLP2024

Teaching Embodied Reinforcement Learning Agents: Informativeness and Diversity of Language Use

Jiajun Xi, Yinong He, Jianing Yang, Yinpei Dai, Joyce Chai

被引用 1 次

摘要

In real-world scenarios, it is desirable for embodied agents to have the ability to leverage human language to gain explicit or implicit knowledge for learning tasks. Despite recent progress, most previous approaches adopt simple low-level instructions as language inputs, which may not reflect natural human communication. It's not clear how to incorporate rich language use to facilitate task learning. To address this question, this paper studies different types of language inputs in facilitating reinforcement learning (RL) embodied agents. More specifically, we examine how different levels of language informativeness (i.e., feedback on past behaviors and future guidance) and diversity (i.e., variation of language expressions) impact agent learning and inference. Our empirical results based on four RL benchmarks demonstrate that agents trained with diverse and informative language feedback can achieve enhanced generalization and fast adaptation to new tasks. These findings highlight the pivotal role of language use in teaching embodied agents new tasks in an open world. 1 * Equal contribution. 1 Source code available at https://github.com/ sled-group/Teachable_RL . H: You seem to be heading away from the right route. F: Make a 180-degree turn right now. 𝑎 𝑡-1 * "pedal" Expert Agent 𝜋 * prediction Agent 𝜋 in environment 𝑎 𝑡 * 𝑎 𝑡+1 * "down" "pedal" 𝑎 𝑡-1 "up" 𝑎 𝑡 "down" Time Step 𝑡 -1 𝑡 𝑡 + 1 Task: Open the bin H: You have gone to the wrong direction. F: Turn back. H: You are doing well so far. F: Pedal to open the recycling bin.