2017

Policy Optimization by Genetic Distillation

Gangwani, Tanmay, Peng, Jian

Understand

Genetic algorithms have been widely used in many practical optimization problems.

  • Inspired by natural selection, operators, including mutation, crossover and selection, provide effective heuristics for search and black-box optimization.
  • However, they have not been shown useful for deep reinforcement learning, possibly due to the catastrophic consequence of parameter crossovers of neural networks.
  • Here, we present Genetic Policy Optimization (GPO), a new genetic algorithm for sample-efficient deep policy optimization.

Reading the bibliography…