← Search

Oleh Rybkin

17 accepted papers

2025

Compute-Optimal Scaling for Value-Based Deep RL

NeurIPS 2025poster

As models grow larger and training them becomes expensive, it becomes increasingly important to scale training recipes not just to larger models and more data, but to do so in a compute-optimal manner that extracts maximal performance per unit of compute. While such scaling has been well studied for…

Cited by 0SourcecodeScholar
2025

Real-World Reinforcement Learning of Active Perception Behaviors

NeurIPS 2025poster

A robot's instantaneous sensory observations do not always reveal task-relevant state information. Under such partial observability, optimal behavior typically involves explicitly acting to gain the missing information. Today's standard robot learning techniques struggle to produce such active perce…

Cited by 0SourcecodeScholar
2025

Value-Based Deep RL Scales Predictably

ICML 2025poster

Scaling data and compute is critical in modern machine learning. However, scaling also demands _predictability_: we want methods to not only perform well with more compute or data, but also have their performance be predictable from low compute or low data runs, without ever running the large-scale…

Cited by 0SourcePDFScholar
2024

Privileged Sensing Scaffolds Reinforcement Learning

ICLR 2024spotlight

We need to look at our shoelaces as we first learn to tie them but having mastered this skill, can do it from touch alone. We call this phenomenon “sensory scaffolding”: observation streams that are not needed by a master might yet aid a novice learner. We consider such sensory scaffolding setups fo…

2022

Know Thyself: Transferable Visual Control Policies Through Robot-Awareness

ICLR 2022poster

Training visual control policies from scratch on a new robot typically requires generating large amounts of robot-specific data. How might we leverage data previously collected on another robot to reduce or even completely remove this need for robot-specific data? We propose a "robot-aware control"…

2022

Learning General World Models in a Handful of Reward-Free Deployments

NeurIPS 2022accept

Building generally capable agents is a grand challenge for deep reinforcement learning (RL). To approach this challenge practically, we outline two key desiderata: 1) to facilitate generalization, exploration should be task agnostic; 2) to facilitate scalability, exploration policies should collect…

2021

Discovering and Achieving Goals via World Models

NeurIPS 2021poster

How can artificial agents learn to solve many diverse tasks in complex visual environments without any supervision? We decompose this question into two challenges: discovering new goals and learning to reliably achieve them. Our proposed agent, Latent Explorer Achiever (LEXA), addresses both challen…

2021

Model-Based Reinforcement Learning via Latent-Space Collocation

ICML 2021spotlight

The ability to plan into the future while utilizing only raw high-dimensional observations, such as images, can provide autonomous agents with broad and general capabilities. However, realistic tasks require performing temporally extended reasoning, and cannot be solved with only myopic, short-sight…

2021

Simple and Effective VAE Training with Calibrated Decoders

ICML 2021spotlight

Variational autoencoders (VAEs) provide an effective and simple method for modeling complex distributions. However, training VAEs often requires considerable hyperparameter tuning to determine the optimal amount of information retained by the latent variable. We study the impact of calibrated decode…

2020

Learning Predictive Models from Observation and Interaction

ECCV 2020poster

Learning predictive models from interaction with the world allows an agent, such as a robot, to learn about how the world works, and then use this learned model to plan coordinated sequences of actions to bring about desired outcomes. However, learning a model that captures the dynamics of complex s…

Cited by 65SourcePDFScholar
2020

Long-Horizon Visual Planning with Goal-Conditioned Hierarchical Predictors

NeurIPS 2020poster

The ability to predict and plan into the future is fundamental for agents acting in the world. To reach a faraway goal, we predict trajectories at multiple timescales, first devising a coarse plan towards the goal and then gradually filling in details. In contrast, current learning approaches for vi…

2020

Planning to Explore via Self-Supervised World Models

ICML 2020poster

Reinforcement learning allows solving complex tasks, however, the learning tends to be task-specific and the sample efficiency remains a challenge. We present Plan2Explore, a self-supervised reinforcement learning agent that tackles both these challenges through a new approach to self-supervised exp…

2020

Reinforcement Learning with Videos: Combining Offline Observations with Interaction

CoRL 2020

Reinforcement learning is a powerful framework for robots to acquire skills from experience, but often requires a substantial amount of online data collection. As a result, it is difficult to collect sufficiently diverse experiences that are needed for robots to generalize broadly. Videos of humans,

2019

Learning what you can do before doing anything

ICLR 2019poster

Intelligent agents can learn to represent the action spaces of other agents simply by observing them act. Such representations help agents quickly learn to predict the effects of their own actions on the environment and to plan complex action sequences. In this work, we address the problem of learni…