Policy Prediction Network: Model-Free Behavior Policy with Model-Based Learning in Continuous Action Space

Abstract

This paper proposes a novel deep reinforcement learning architecture that was inspired by previous tree structured architectures which were only useable in discrete action spaces. Policy Prediction Network offers a way to improve sample complexity and performance on continuous control problems in exchange for extra computation at training time but at no cost in computation at rollout time. Our approach integrates a mix between model-free and model-based reinforcement learning. Policy Prediction Network is the first to introduce implicit model-based learning to Policy Gradient algorithms for continuous action space and is made possible via the empirically justified clipping scheme. Our experiments are focused on the MuJoCo environments so that they can be compared with similar work done in this area.

Cite

Text

Wellmer and Kwok. "Policy Prediction Network: Model-Free Behavior Policy with Model-Based Learning in Continuous Action Space." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019. doi:10.1007/978-3-030-46133-1_8

Markdown

[Wellmer and Kwok. "Policy Prediction Network: Model-Free Behavior Policy with Model-Based Learning in Continuous Action Space." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019.](https://mlanthology.org/ecmlpkdd/2019/wellmer2019ecmlpkdd-policy/) doi:10.1007/978-3-030-46133-1_8

BibTeX

@inproceedings{wellmer2019ecmlpkdd-policy,
  title     = {{Policy Prediction Network: Model-Free Behavior Policy with Model-Based Learning in Continuous Action Space}},
  author    = {Wellmer, Zac and Kwok, James T.},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2019},
  pages     = {118-133},
  doi       = {10.1007/978-3-030-46133-1_8},
  url       = {https://mlanthology.org/ecmlpkdd/2019/wellmer2019ecmlpkdd-policy/}
}