English

Episodic Policy Gradient Training

Machine Learning 2021-12-06 v1 Multiagent Systems

Abstract

We introduce a novel training procedure for policy gradient methods wherein episodic memory is used to optimize the hyperparameters of reinforcement learning algorithms on-the-fly. Unlike other hyperparameter searches, we formulate hyperparameter scheduling as a standard Markov Decision Process and use episodic memory to store the outcome of used hyperparameters and their training contexts. At any policy update step, the policy learner refers to the stored experiences, and adaptively reconfigures its learning algorithm with the new hyperparameters determined by the memory. This mechanism, dubbed as Episodic Policy Gradient Training (EPGT), enables an episodic learning process, and jointly learns the policy and the learning algorithm's hyperparameters within a single run. Experimental results on both continuous and discrete environments demonstrate the advantage of using the proposed method in boosting the performance of various policy gradient algorithms.

Keywords

Cite

@article{arxiv.2112.01853,
  title  = {Episodic Policy Gradient Training},
  author = {Hung Le and Majid Abdolshah and Thommen K. George and Kien Do and Dung Nguyen and Svetha Venkatesh},
  journal= {arXiv preprint arXiv:2112.01853},
  year   = {2021}
}

Comments

19 pages

R2 v1 2026-06-24T08:03:01.648Z