My research asks a central question: how can RL agents interpret and generalize human intent across tasks, modalities, and environments—without manually engineered rewards? Standard RL produces capable optimizers, but two fundamental gaps limit their deployment alongside people. First, they lack any channel for human communication: goals must be hand-coded at training time, with no mechanism for receiving or acting on natural-language instructions at inference. Second, even carefully specified objectives can produce behavior distributions misaligned with what humans actually want: proxy rewards are optimized faithfully, yet the resulting outputs routinely diverge from human expectations. I address both gaps through instruction-conditioned policy learning, multimodal behavioral grounding, and cross-domain reward transfer.
Procedural content generation (PCG) for games serves as the primary experimental substrate— not as the end goal, but because it offers uniquely controllable and measurable conditions for studying these problems. Game environments provide structured procedural variation, precise evaluation metrics, and a direct observable gap between a specified intent and a generated output. This makes them ideal for developing and stress-testing methods in controllability, semantic grounding, and compositional adaptation— capabilities that matter well beyond the gaming domain.
"Can a single policy, conditioned on natural language, achieve continuous behavioral adaptation at inference time—without reward re-engineering— and transfer its grounded reward knowledge to new environments where direct supervision is sparse?"
Standard RL policies are coupled to a fixed training objective: adapting to a new goal requires modifying the reward function and retraining from scratch, with no mechanism for receiving human instruction at deployment time. We address this by conditioning the policy on a semantically structured instruction embedding— encoded from a natural-language specification and injected directly into the policy network—so that varying the instruction alone continuously steers behavior at inference time, without any gradient update [1].
The approach extends naturally to the multi-objective setting. Rather than collapsing competing objectives into a scalar, we learn a disentangled representation that encourages each objective dimension to occupy a separable subspace. The policy can then traverse trade-offs across conflicting constraints by interpolating within the instruction space— continuously navigating the behavioral specification without retraining for individual configurations [2].
A natural-language prompt is consistent with many distinct output distributions—the same instruction can reasonably describe very different behaviors, leaving the policy underspecified. We address this through a tri-modal contrastive grounding framework that jointly embeds three signal types— natural-language instructions, spatial layout observations, and output trajectories—into a unified metric space. The contrastive objective pulls together representations from different modalities that correspond to the same behavioral target, while pushing apart representations of distinct targets.
The policy accepts any available subset of modalities as input, allowing flexible deployment under partial observability. Combining text with spatial observations resolves much of the ambiguity that language alone cannot eliminate, reducing output variance in our evaluations. Human preference studies confirm that the grounded policy produces behavior that more faithfully matches the specified intent than single-modality baselines [3].
Thrusts 1–2 establish how a policy can interpret human intent within a controlled domain. ReWARD [4] asks the next question: how can an instruction-conditioned generator adapt when a new target domain provides only limited reward annotations? We learn a domain-shared instruction–level representation and align semantic representation directions across games, so equivalent condition changes point in consistent directions without erasing domain-specific scales or meanings. A reward estimator then predicts rewards for unannotated target-domain instructions, converting sparse language supervision into executable signals for RL training.
This reframes cross-domain generalization from simply blending visible level characteristics to transferring reward knowledge across structurally different games. Multiverse complements this direction by showing that shared representations can also support language-conditioned recombination and interpolation across game environments [5]. Together, these results suggest a broader path toward reusable controllability: shared latent structure can support both generative recombination and policy adaptation, while ReWARD brings that structure back into RL as predicted rewards for sparsely supervised domains.
The three thrusts above form the foundation for my broader research agenda: building interactive agents that can interpret, adapt to, and act on human intent across diverse tasks, modalities, and environments. Moving beyond controlled game settings, this agenda naturally extends to embodied and interactive systems, where agents must ground language in visual observations, temporal dynamics, tactile feedback, and real-time action.
The shared representations developed in my work provide a path toward open-ended compositional generalization, enabling agents to recombine learned goals, skills, and environmental concepts rather than memorizing fixed instruction–behavior pairs. More broadly, mechanisms such as semantically structured embeddings, multimodal grounding, inference-time controllability, and cross-domain transfer are relevant wherever AI systems must follow human instructions in ways that are verifiable, steerable, and robust to distributional shift. My long-term goal is to develop a principled framework for scalable, instruction-driven alignment in interactive agents— while preserving meaningful human control over agent behavior.