Summary
The paper presents the Graph Decision Transformer (GDT) for Reinforcement Learning (RL). Traditional RL methods, using Markov Decision Processes, face challenges in real-world applications, leading to the rise of offline RL. However, treating RL as a sequence modeling task with Transformers introduces new complications. To overcome this, GDT represents RL sequences as graph structures, effectively managing dependencies and long-term sequences. By integrating Graph and Sequence Transformers, GDT captures detailed spatial information. Experimental tests on Atari and OpenAI Gym show GDT's superior performance over existing methods.
Strengths
1. This paper employs a relation-enhanced mechanism to account for temporal and causal relationships, potentially making the current decision transformer more robust and effective at capturing relations between states, rewards and rewards.
2. The path transformer is introduced to gather fine-grained spatial information for visual inputs, like the Atari environment.
Weaknesses
**Major Concerns:**
1. One of the significant concerns is the computational complexity of the suggested method. The model consists of various components, each adding layers of information, such as through input concatenation. This seems to result in information redundancy rather than improving the architectural design.
2. The empirical evidence presented does not sufficiently demonstrate the efficacy of the proposed method. For instance, in the Atari games results, CQL records best scores in 2 out of 4 instances, while GDT scores the best once, and GDT-plus also once. Given that the patch transformer is specifically crafted for visual input environments, its contribution to the final results doesn't appear to be substantial.
**Minor Concerns:**
1. There are instances where figures are presented on pages different from their first mention. Notably, Figure 1, Table 1, and Table 2 are affected. It would be more reader-friendly if the authors reconsidered their placement for better clarity.
2. The "graph transformer" component lacks a comprehensive explanation, and there are no supporting citations provided.
Questions
1. Kindly address the aforementioned concerns.
2. In the third paragraph of the introduction, you highlight three issues with the current DT design. I noticed the absence of citations for the second and third issues. Were these problems discussed in prior publications? If yes, please provide the necessary citations. If not, a justification for introducing these issues would be appreciated.
3. The author suggests that the proposed design can enhance long-term dependencies, yet this claim lacks both a detailed explanation and evaluative support. Could you provide further insight into this assertion?
Rating
5: marginally below the acceptance threshold
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.