DNS: Determinantal Point Process Based Neural Network Sampler for Ensemble Reinforcement Learning

Abstract

The application of an ensemble of neural networks is becoming an imminent tool for advancing state-of-the-art deep reinforcement learning algorithms. However, training these large numbers of neural networks in the ensemble has an exceedingly high computation cost which may become a hindrance in training large-scale systems. In this paper, we propose DNS: a Determinantal Point Process based Neural Network Sampler that specifically uses k-DPP to sample a subset of neural networks for backpropagation at every training step thus significantly reducing the training time and computation cost. We integrated DNS in REDQ for continuous control tasks and evaluated on MuJoCo environments. Our experiments show that DNS augmented REDQ matches the baseline REDQ in terms of average cumulative reward and achieves this using less than 50% computation when measured in FLOPS. The code is available at https://github.com/IntelLabs/DNS

Cite

Text

Sheikh et al. "DNS: Determinantal Point Process Based Neural Network Sampler for Ensemble Reinforcement Learning." International Conference on Machine Learning, 2022.

Markdown

[Sheikh et al. "DNS: Determinantal Point Process Based Neural Network Sampler for Ensemble Reinforcement Learning." International Conference on Machine Learning, 2022.](https://mlanthology.org/icml/2022/sheikh2022icml-dns/)

BibTeX

@inproceedings{sheikh2022icml-dns,
  title     = {{DNS: Determinantal Point Process Based Neural Network Sampler for Ensemble Reinforcement Learning}},
  author    = {Sheikh, Hassam and Frisbee, Kizza and Phielipp, Mariano},
  booktitle = {International Conference on Machine Learning},
  year      = {2022},
  pages     = {19731-19746},
  volume    = {162},
  url       = {https://mlanthology.org/icml/2022/sheikh2022icml-dns/}
}