← Search

Pierre-Alexandre Kamienny

6 accepted papers

2023

Deep Generative Symbolic Regression with Monte-Carlo-Tree-Search

ICML 2023poster

Symbolic regression (SR) is the problem of learning a symbolic expression from numerical data. Recently, deep neural models trained on procedurally-generated synthetic datasets showed competitive performance compared to more classical Genetic Programming (GP) ones. Unlike their GP counterparts, thes…

Cited by 30SourcePDFScholar
2022

Deep symbolic regression for recurrence prediction

ICML 2022spotlight

Symbolic regression, i.e. predicting a function from the observation of its values, is well-known to be a challenging task. In this paper, we train Transformers to infer the function or recurrence relation underlying sequences of integers or floats, a typical task in human IQ tests which has hardly…

Cited by 29SourcePDFScholar
2022

Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

ICLR 2022poster

Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough coverage of the state space while being directed, i.e., reliably reaching distinct r…

Cited by 25SourcePDFScholar
2022

End-to-end Symbolic Regression with Transformers

NeurIPS 2022accept

Symbolic regression, the task of predicting the mathematical expression of a function from the observation of its values, is a difficult task which usually involves a two-step procedure: predicting the "skeleton" of the expression up to the choice of numerical constants, then fitting the constants b…

2021

FACMAC: Factored Multi-Agent Centralised Policy Gradients

NeurIPS 2021poster

We propose FACtored Multi-Agent Centralised policy gradients (FACMAC), a new method for cooperative multi-agent reinforcement learning in both discrete and continuous action spaces. Like MADDPG, a popular multi-agent actor-critic method, our approach uses deep deterministic policy gradients to learn…