← Search

Alexander D. Goldie

4 accepted papers

2026

Evolution Strategies at the Hyperscale

ICML 2026poster

Evolution Strategies (ES) is a class of powerful black-box optimisation methods that are highly parallelisable and can handle non-differentiable and noisy objectives. However, naïve ES becomes prohibitively expensive at scale on GPUs due to the low arithmetic intensity of batched matrix multiplicati…

Cited by 0SourceScholar
2026

Procedural Generation Of Algorithm Discovery Tasks in Machine Learning

ICML 2026poster

Automating the development of machine learning algorithms has the potential to unlock new breakthroughs. However, our ability to improve and evaluate algorithm discovery systems has thus far been limited by existing task suites. They suffer from many issues, such as: poor evaluation methodologies; d…

Cited by 0SourceScholar
2024

Adam on Local Time: Addressing Nonstationarity in RL with Relative Adam Timesteps

NeurIPS 2024poster

In reinforcement learning (RL), it is common to apply techniques used broadly in machine learning such as neural network function approximators and momentum-based optimizers. However, such tools were largely developed for supervised learning rather than nonstationary RL, leading practitioners to ad…

Cited by 0SourcePDFScholar
2024

Can Learned Optimization Make Reinforcement Learning Less Difficult?

NeurIPS 2024spotlight

While reinforcement learning (RL) holds great potential for decision making in the real world, it suffers from a number of unique difficulties which often need specific consideration. In particular: it is highly non-stationary; suffers from high degrees of plasticity loss; and requires exploration t…