Pith. sign in

REVIEW 1 cited by

Quantity vs. Quality: On Hyperparameter Optimization for Deep Reinforcement Learning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2007.14604 v2 pith:F76XLWSX submitted 2020-07-29 cs.LG cs.AIstat.ML

Quantity vs. Quality: On Hyperparameter Optimization for Deep Reinforcement Learning

classification cs.LG cs.AIstat.ML
keywords hyperparameteroptimizationrandombetterlearningreinforcementseedssettings
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Reinforcement learning algorithms can show strong variation in performance between training runs with different random seeds. In this paper we explore how this affects hyperparameter optimization when the goal is to find hyperparameter settings that perform well across random seeds. In particular, we benchmark whether it is better to explore a large quantity of hyperparameter settings via pruning of bad performers, or if it is better to aim for quality of collected results by using repetitions. For this we consider the Successive Halving, Random Search, and Bayesian Optimization algorithms, the latter two with and without repetitions. We apply these to tuning the PPO2 algorithm on the Cartpole balancing task and the Inverted Pendulum Swing-up task. We demonstrate that pruning may negatively affect the optimization and that repeated sampling does not help in finding hyperparameter settings that perform better across random seeds. From our experiments we conclude that Bayesian optimization with a noise robust acquisition function is the best choice for hyperparameter optimization in reinforcement learning tasks.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Performance Variation in Deep Reinforcement Learning

    cs.LG 2026-06 unverdicted novelty 4.0

    Proposes min-max IPR and percentile highlighting to evaluate run-to-run performance variation in deep RL, with case studies on normalizations in PPO/SAC, algorithm comparisons, and DQN/Rainbow on Atari.