2023

Scaling laws for single-agent reinforcement learning

Hilton, Jacob, Tang, Jie, Schulman, John

Understand

Recent work has shown that, in generative modeling, cross-entropy loss improves smoothly with model size and training compute, following a power law plus constant scaling law.

  • One challenge in extending these results to reinforcement learning is that the main performance objective of interest, mean episode return, need not vary smoothly.
  • To overcome this, we introduce *intrinsic performance*, a monotonic function of the return defined as the minimum compute required to achieve the given return across a family of models of different sizes.
  • We find that, across a range of environments, intrinsic performance scales as a power law in model size and environment interactions.

Reading the bibliography…