← Search

Marek Cygan

12 accepted papers

2026

RoboMorph: Evolving Robot Morphology Using Large Language Models

ICRA 2026poster

We introduce RoboMorph, an automated approach for generating and optimizing modular robot designs using large language models (LLMs) and evolutionary algorithms. Each robot design is represented by a structured grammar, and we use LLMs to efficiently explore this design space. Traditionally, such ex…

2025

Bigger, Regularized, Categorical: High-Capacity Value Functions are Efficient Multi-Task Learners

NeurIPS 2025poster

Recent advances in language modeling and vision stem from training large models on diverse, multi‑task data. This paradigm has had limited impact in value-based reinforcement learning (RL), where improvements are often driven by small models trained in a single-task context. This is because in multi…

Cited by 0SourceScholar
2025

Decoupled Policy Actor-Critic: Bridging Pessimism and Risk Awareness in Reinforcement Learning

AAAI 2025technical

Actor-Critic (AC) algorithms like SAC and TD3 were shown to perform well in a variety of continuous-action tasks. However, the theoretical basis for the pessimistic objectives these algorithms employ remains unestablished, raising questions about the specific class of policies they are implementing.…

Cited by 0SourcePDFScholar
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
2025

Joint MoE Scaling Laws: Mixture of Experts Can Be Memory Efficient

ICML 2025poster

Mixture of Experts (MoE) architectures have significantly increased computational efficiency in both research and real-world applications of large-scale machine learning models. However, their scalability and efficiency under memory constraints remain relatively underexplored. In this work, we prese…

Cited by 0SourcePDFScholar
2024

Bigger, Regularized, Optimistic: scaling for compute and sample efficient continuous control

NeurIPS 2024spotlight

Sample efficiency in Reinforcement Learning (RL) has traditionally been driven by algorithmic enhancements. In this work, we demonstrate that scaling can also lead to substantial improvements. We conduct a thorough investigation into the interplay of scaling model capacity and domain-specific RL en…

2024

Mixture of Tokens: Continuous MoE through Cross-Example Aggregation

NeurIPS 2024poster

Mixture of Experts (MoE) models based on Transformer architecture are pushing the boundaries of language and vision tasks. The allure of these models lies in their ability to substantially increase the parameter count without a corresponding increase in FLOPs. Most widely adopted MoE models are disc…

2024

Overestimation, Overfitting, and Plasticity in Actor-Critic: the Bitter Lesson of Reinforcement Learning

ICML 2024poster

Recent advancements in off-policy Reinforcement Learning (RL) have significantly improved sample efficiency, primarily due to the incorporation of various forms of regularization that enable more gradient update steps than traditional agents. However, many of these techniques have been tested in lim…

Cited by 22SourcePDFScholar
2024

Scaling Laws for Fine-Grained Mixture of Experts

ICML 2024poster

Mixture of Experts (MoE) models have emerged as a primary solution for reducing the computational cost of Large Language Models. In this work, we analyze their scaling properties, highlighting certain arbitrary assumptions present in the existing literature. In particular, we introduce a new hyperpa…