← Search

Zakaria Mhammedi

15 accepted papers

2024

Beating Adversarial Low-Rank MDPs with Unknown Transition and Bandit Feedback

NeurIPS 2024poster

We consider regret minimization in low-rank MDPs with fixed transition and adversarial losses. Previous work has investigated this problem under either full-information loss feedback with unknown transitions (Zhao et al., 2024), or bandit loss feedback with known transitions (Foster et al., 2022). F…

Cited by 1SourcePDFScholar
2024

Reinforcement Learning Under Latent Dynamics: Toward Statistical and Algorithmic Modularity

NeurIPS 2024oral

Real-world applications of reinforcement learning often involve environments where agents operate on complex, high-dimensional observations, but the underlying (``latent'') dynamics are comparatively simple. However, beyond restrictive settings such as tabular latent dynamics, the fundamental s…

Cited by 2SourcePDFScholar
2023

Efficient Model-Free Exploration in Low-Rank MDPs

NeurIPS 2023poster

A major challenge in reinforcement learning is to develop practical, sample-efficient algorithms for exploration in high-dimensional domains where generalization and function approximation is required. Low-Rank Markov Decision Processes---where transition probabilities admit a low-rank factorization…

Cited by 23SourcePDFScholar
2023

Projection-Free Online Convex Optimization via Efficient Newton Iterations

NeurIPS 2023poster

This paper presents new projection-free algorithms for Online Convex Optimization (OCO) over a convex domain $\mathcal{K} \subset \mathbb{R}^d$. Classical OCO algorithms (such as Online Gradient Descent) typically need to perform Euclidean projections onto the convex set $\mathcal{K}$ to ensure feas…

Cited by 1SourcePDFScholar
2023

Representation Learning with Multi-Step Inverse Kinematics: An Efficient and Optimal Approach to Rich-Observation RL

ICML 2023oral

We study the design of sample-efficient algorithms for reinforcement learning in the presence of rich, high-dimensional observations, formalized via the Block MDP problem. Existing algorithms suffer from either 1) computational intractability, 2) strong statistical assumptions that are not necessari…

2020

Learning the Linear Quadratic Regulator from Nonlinear Observations

NeurIPS 2020poster

We introduce a new problem setting for continuous control called the LQR with Rich Observations, or RichLQR. In our setting, the environment is summarized by a low-dimensional continuous latent state with linear dynamics and quadratic costs, but the agent operates on high-dimensional, nonlinear obse…

Cited by 48SourcePDFScholar
2020

PAC-Bayesian Bound for the Conditional Value at Risk

NeurIPS 2020spotlight

Conditional Value at Risk ($\textsc{CVaR}$) is a ``coherent risk measure'' which generalizes expectation (reduced to a boundary parameter setting). Widely used in mathematical finance, it is garnering increasing interest in machine learning as an alternate approach to regularization, and as a means…

Cited by 26SourcePDFScholar
2018

Geometry Aware Constrained Optimization Techniques for Deep Learning

CVPR 2018poster

In this paper, we generalize the Stochastic Gradient Descent (SGD) and RMSProp algorithms to the setting of Riemannian optimization. SGD is a popular method for large scale optimization. In particular, it is widely used to train the weights of Deep Neural Networks. However, gradients computed using…

2017

Efficient Orthogonal Parametrisation of Recurrent Neural Networks Using Householder Reflections

ICML 2017poster

The problem of learning long-term dependencies in sequences using Recurrent Neural Networks (RNNs) is still a major challenge. Recent methods have been suggested to solve this problem by constraining the transition matrix to be unitary during training which ensures that its norm is equal to one and…