Can human data steer self-play RL toward human-compatible behavior?
Self-play RL finds effective but alien equilibria incompatible with human coordination. Can a small amount of human demonstration data redirect learning toward conventions humans actually use?
Pure self-play RL sidesteps the hardest problem in multi-agent learning — how to model the opponent — by making the opponent a copy of the agent, which yields an automatically evolving curriculum from random to skilled play. But this elegance has a failure mode in mixed-motive settings like driving: the policy converges to conventions that are effective yet alien, incompatible with how humans actually coordinate. Prior fixes leaned on brittle, labor-intensive reward engineering and domain randomization to paper over the misalignment.
The SPICED result reframes the role of human data entirely. Instead of using demonstrations as the primary training signal (imitation learning) or discarding them (pure self-play), it treats them as a regularization objective layered on top of a minimal safe goal-reaching reward. Thirty minutes of human driving — roughly 2500x less than comparable imitation baselines — is enough to pull the policy toward human-compatible equilibria, training in 15 hours on one consumer GPU. The mechanism matters: the self-play reward supplies competence, the human anchor supplies convention-compatibility, and these are separable objectives.
This generalizes a principle that recurs across RL post-training: when synthetic experience is cheap and clear success metrics exist, a small amount of human data is better spent shaping which equilibrium the policy selects than on teaching the task itself. It parallels how a little demonstration data can align behavior implicit in a base model without expensive preference labels — the human signal amplifies and steers rather than instructs from scratch.
Inquiring lines that read this note 3
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How do multi-agent systems achieve genuine cooperation and reasoning? How do self-generated feedback mechanisms enable effective model learning?Related concepts in this collection 2
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can models learn behavioral principles without preference labels?
Can alignment happen by amplifying the latent connection between stated principles and model behavior, rather than relying on expensive human preference annotations? This explores whether information-theoretic objectives could replace the preference-labeling bottleneck.
parallel case where a light signal steers behavior already latent in the model rather than teaching from scratch
-
Can adversarial critics replace task-specific verifiers for reasoning?
Explores whether an adversarial game between policy and critic can substitute for explicit verifiers in RL-based reasoning training. Matters because many domains lack the task-specific validators that make current reasoning RL possible.
related use of demonstrations as a training signal where verifiable rewards are unavailable
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Human-like autonomy emerges from self-play and a pinch of human data
- Self-Play Fine-Tuning Converts Weak Language Models to Strong Language Models
- Self-Questioning Language Models
- The Art of Scaling Reinforcement Learning Compute for LLMs
- SERL: Self-Examining Reinforcement Learning on Open-Domain
- Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities
- Training Language Models to Self-Correct via Reinforcement Learning
- LSR: Reinforcement Learning with Supervised Reward Outperforms SFT in Instruction Following
Original note title
thirty minutes of human demonstration used as a regularizer on self-play RL steers driving policies away from effective-but-alien equilibria