← Search

Alexander Nikulin

14 accepted papers

2026

Decision Pre-Trained Transformer is a Scalable In-Context Reinforcement Learner

ICLR 2026poster

Recent progress in in-context reinforcement learning (ICRL) has demonstrated its potential for training generalist agents that can acquire new tasks directly at inference. Algorithm Distillation (AD) pioneered this paradigm and was subsequently scaled to multi-domain settings, although its ability t…

Cited by 0SourceScholar
2026

Object-Centric Latent Action Learning

AAAI 2026technical

Leveraging vast amounts of unlabeled internet video data for embodied AI is currently bottlenecked by the lack of action labels and the presence of action-correlated visual distractors. Although recent latent action policy optimization (LAPO) has shown promise in inferring proxy action labels from v

Cited by 0SourcePDFScholar
2026

Zero-Shot Adaptation of Behavioral Foundation Models to Unseen Dynamics

ICLR 2026poster

Behavioral Foundation Models (BFMs) proved successful in producing near-optimal policies for arbitrary tasks in a zero-shot manner, requiring no test-time retraining or task-specific fine-tuning. Among the most promising BFMs are the ones that estimate the successor measure learned in an unsupervise…

Cited by 0SourcecodeScholar
2026

cadrille: Multi-modal CAD Reconstruction with Reinforcement Learning

ICLR 2026oral

Computer-Aided Design (CAD) plays a central role in engineering and manufacturing, making it possible to create precise and editable 3D models. Using a variety of sensor or user-provided data as inputs for CAD reconstruction can democratize access to design applications. However, most existing metho…

Cited by 0SourcecodeScholar
2025

Latent Action Learning Requires Supervision in the Presence of Distractors

ICML 2025poster

Recently, latent action learning, pioneered by Latent Action Policies (LAPO), have shown remarkable pre-training efficiency on observation-only data, offering potential for leveraging vast amounts of video available on the web for embodied AI. However, prior work has focused on distractor-free data,…

Cited by 35SourcePDFScholar
2025

Vintix: Action Model via In-Context Reinforcement Learning

ICML 2025poster

In-Context Reinforcement Learning (ICRL) represents a promising paradigm for developing generalist agents that learn at inference time through trial-and-error interactions, analogous to how large language models adapt contextually, but with a focus on reward maximization. However, the scalability of…

2025

XLand-100B: A Large-Scale Multi-Task Dataset for In-Context Reinforcement Learning

ICLR 2025poster

Following the success of the in-context learning paradigm in large-scale language and computer vision models, the recently emerging field of in-context reinforcement learning is experiencing a rapid growth. However, its development has been held back by the lack of challenging benchmarks, as all the…

Cited by 3SourcePDFScholar
2024

Emergence of In-Context Reinforcement Learning from Noise Distillation

ICML 2024poster

Recently, extensive studies in Reinforcement Learning have been carried out on the ability of transformers to adapt in-context to various environments and tasks. Current in-context RL methods are limited by their strict requirements for data, which needs to be generated by RL agents or labeled with…

2024

In-Context Reinforcement Learning for Variable Action Spaces

ICML 2024poster

Recently, it has been shown that transformers pre-trained on diverse datasets with multi-episode contexts can generalize to new reinforcement learning tasks in-context. A key limitation of previously proposed models is their reliance on a predefined action space size and structure. The introduction…

2024

XLand-MiniGrid: Scalable Meta-Reinforcement Learning Environments in JAX

NeurIPS 2024poster

Inspired by the diversity and depth of XLand and the simplicity and minimalism of MiniGrid, we present XLand-MiniGrid, a suite of tools and grid-world environments for meta-reinforcement learning research. Written in JAX, XLand-MiniGrid is designed to be highly scalable and can potentially run on GP…

2023

Anti-Exploration by Random Network Distillation

ICML 2023poster

Despite the success of Random Network Distillation (RND) in various domains, it was shown as not discriminative enough to be used as an uncertainty estimator for penalizing out-of-distribution actions in offline reinforcement learning. In this paper, we revisit these results and show that, with a na…

2023

CORL: Research-oriented Deep Offline Reinforcement Learning Library

NeurIPS 2023poster

CORL is an open-source library that provides thoroughly benchmarked single-file implementations of both deep offline and offline-to-online reinforcement learning algorithms. It emphasizes a simple developing experience with a straightforward codebase and a modern analysis tracking tool. In CORL, we…

Cited by 151SourcePDFScholar
2023

Katakomba: Tools and Benchmarks for Data-Driven NetHack

NeurIPS 2023poster

NetHack is known as the frontier of reinforcement learning research where learning-based methods still need to catch up to rule-based solutions. One of the promising directions for a breakthrough is using pre-collected datasets similar to recent developments in robotics, recommender systems, and mor…

2023

Revisiting the Minimalist Approach to Offline Reinforcement Learning

NeurIPS 2023poster

Recent years have witnessed significant advancements in offline reinforcement learning (RL), resulting in the development of numerous algorithms with varying degrees of complexity. While these algorithms have led to noteworthy improvements, many incorporate seemingly minor design choices that impact…