Task Aware Dreamer for Task Generalization in Reinforcement Learning
TLDR
Introduces Task Aware Dreamer (TAD) that integrates reward-informed features into world models for task generalization in reinforcement learning.
Reasoning
The paper presents a novel method (TAD) that extends world models to handle task generalization by incorporating reward information, supported by a new metric (TDR) and theoretical justification. However, the experiments are limited to simulated environments, and the approach assumes similar dynamics across tasks, which may restrict real-world applicability.
Read-first score
Read-first score 56.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 39.
Field roles
Rank sensitivity
Stability: volatile; rank range: 132.
Keyword Scores
Deep Analysis
Innovations
- Demonstrates that training a general world model can leverage similar structures across tasks to improve generalization.
- Introduces Task Aware Dreamer (TAD), which integrates reward-informed features to identify consistent latent characteristics across tasks.
- Computes a variational lower bound with a new term that differentiates tasks using their states as the optimization objective.
- Proposes Task Distribution Relevance (TDR) metric to quantitatively measure the relevance of different tasks.
- Shows that Markovian policies struggle to distinguish tasks with high TDR, motivating the need for reward-informed policies in TAD.
Methodology
TAD extends world models to task generalization by incorporating reward-informed features into the latent representation. It optimizes a variational lower bound on the log-likelihood of sample data, adding a term that differentiates tasks based on states. The method is evaluated on both image-based and state-based tasks, comparing against baselines (implied) and using the TDR metric to analyze task relevance.
Key Results
Extensive experiments show that TAD significantly improves performance when handling different tasks simultaneously, especially those with high TDR, and demonstrates strong generalization ability to unseen tasks.
Limitations
- The method requires access to reward functions during training to incorporate reward-informed features, which may not be available in all settings.