pith. sign in

arxiv: 1804.02395 · v2 · pith:QKQ355HDnew · submitted 2018-04-06 · 💻 cs.LG · cs.RO· stat.ML

Structured Evolution with Compact Architectures for Scalable Policy Optimization

classification 💻 cs.LG cs.ROstat.ML
keywords compactpolicieslearnoptimizationalgorithmarchitecturesevolutionfaster
0
0 comments X
read the original abstract

We present a new method of blackbox optimization via gradient approximation with the use of structured random orthogonal matrices, providing more accurate estimators than baselines and with provable theoretical guarantees. We show that this algorithm can be successfully applied to learn better quality compact policies than those using standard gradient estimation techniques. The compact policies we learn have several advantages over unstructured ones, including faster training algorithms and faster inference. These benefits are important when the policy is deployed on real hardware with limited resources. Further, compact policies provide more scalable architectures for derivative-free optimization (DFO) in high-dimensional spaces. We show that most robotics tasks from the OpenAI Gym can be solved using neural networks with less than 300 parameters, with almost linear time complexity of the inference phase, with up to 13x fewer parameters relative to the Evolution Strategies (ES) algorithm introduced by Salimans et al. (2017). We do not need heuristics such as fitness shaping to learn good quality policies, resulting in a simple and theoretically motivated training mechanism.

This paper has not been read by Pith yet.

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. Distributed Black-Box Optimization via Error Correcting Codes

    cs.DC 2019-07 unverdicted novelty 6.0

    Presents a coded distributed black-box optimization framework resilient to stragglers via error-correcting codes on search directions, extending evolution strategies, with experiments showing faster runtimes on advers...