← Search

Maciej Wolczyk

8 accepted papers

2025

BALROG: Benchmarking Agentic LLM and VLM Reasoning On Games

ICLR 2025poster

Large Language Models (LLMs) and Vision Language Models (VLMs) possess extensive knowledge and exhibit promising reasoning abilities, however, they still struggle to perform well in complex, dynamic environments. Real-world tasks require handling intricate interactions, advanced spatial reasoning, l…

Cited by 9SourcePDFScholar
2025

FlySearch: Exploring how vision-language models explore

NeurIPS 2025poster

The real world is messy and unstructured. Uncovering critical information often requires active, goal-driven exploration. It remains to be seen whether Vision-Language Models (VLMs), which recently emerged as a popular zero-shot tool in many difficult tasks, can operate effectively in such condition…

Cited by 0SourcecodeScholar
2024

Discovering modular solutions that generalize compositionally

ICLR 2024poster

Many complex tasks can be decomposed into simpler, independent parts. Discovering such underlying compositional structure has the potential to enable compositional generalization. Despite progress, our most powerful systems struggle to compose flexibly. It therefore seems natural to make models more…

2024

Fine-tuning Reinforcement Learning Models is Secretly a Forgetting Mitigation Problem

ICML 2024spotlight

Fine-tuning is a widespread technique that allows practitioners to transfer pre-trained capabilities, as recently showcased by the successful applications of foundation models. However, fine-tuning reinforcement learning (RL) models remains a challenge. This work conceptualizes one specific cause of…

2022

Disentangling Transfer in Continual Reinforcement Learning

NeurIPS 2022accept

The ability of continual learning systems to transfer knowledge from previously seen tasks in order to maximize performance on new tasks is a significant challenge for the field, limiting the applicability of continual learning solutions to realistic scenarios. Consequently, this study aims to broad…

Cited by 40SourcePDFScholar
2021

Continual World: A Robotic Benchmark For Continual Reinforcement Learning

NeurIPS 2021poster

Continual learning (CL) --- the ability to continuously learn, building on previously acquired knowledge --- is a natural requirement for long-lived autonomous reinforcement learning (RL) agents. While building such agents, one needs to balance opposing desiderata, such as constraints on capacity an…

2021

Urban Driver: Learning to Drive from Real-world Demonstrations Using Policy Gradients

CoRL 2021poster

In this work we are the first to present an offline policy gradient method for learning imitative policies for complex urban driving from a large corpus of real-world demonstrations. This is achieved by building a differentiable data-driven simulator on top of perception outputs and high-fidelity HD…

Cited by 120SourceScholar
2021

Zero Time Waste: Recycling Predictions in Early Exit Neural Networks

NeurIPS 2021poster

The problem of reducing processing time of large deep learning models is a fundamental challenge in many real-world applications. Early exit methods strive towards this goal by attaching additional Internal Classifiers (ICs) to intermediate layers of a neural network. ICs can quickly return predicti…