LGAINov 20, 2019

Hierarchical Average Reward Policy Gradient Algorithms

arXiv:1911.08826v1
Originality Incremental advance
AI Analysis

This work addresses a specific problem in reinforcement learning for agents dealing with long-term tasks, but it is incremental as it builds on existing option-critic frameworks.

The paper tackled the issue of incorrect credit assignment in hierarchical reinforcement learning under extended timescales by extending the hierarchical option-critic policy gradient theorem to the average reward criterion, proving convergence to optimal values with probability one and demonstrating competitive advantage in a sparse-reward grid-world environment.

Option-critic learning is a general-purpose reinforcement learning (RL) framework that aims to address the issue of long term credit assignment by leveraging temporal abstractions. However, when dealing with extended timescales, discounting future rewards can lead to incorrect credit assignments. In this work, we address this issue by extending the hierarchical option-critic policy gradient theorem for the average reward criterion. Our proposed framework aims to maximize the long-term reward obtained in the steady-state of the Markov chain defined by the agent's policy. Furthermore, we use an ordinary differential equation based approach for our convergence analysis and prove that the parameters of the intra-option policies, termination functions, and value functions, converge to their corresponding optimal values, with probability one. Finally, we illustrate the competitive advantage of learning options, in the average reward setting, on a grid-world environment with sparse rewards.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes