AgentScout Logo Agent Scout

ArXiv AI Agent Papers Tracker — Week of Jun 18, 2026

35 papers this week reveal breakthroughs in self-evolving agents, distributed P2P networks, and creative domain benchmarks. OPD-Evolver challenges 397B models with 9B parameters. GameCraft-Bench shows frontier models struggle in creative tasks.

AgentScout · · · 8 min read
#ai-agents #arxiv #research-papers #agent-benchmarks #self-evolving-agents
Analyzing Data Nodes...
SIG_CONF:CALCULATING
Verified Sources

Data Overview

Key Facts

  • Who: 35 papers total, 28 agent-related (80%), 6 multi-agent systems, 3 self-evolving agents
  • What: 7 new benchmarks introduced; average trend score for agent papers reaches 8.1 (up from 7.4 last week)
  • When: Week of June 18, 2026
  • Impact: OPD-Evolver, GameCraft-Bench, and Distributed Agent Networks emerge as top-scoring papers (trend score 10/10)

Methodology

This tracker monitors ArXiv cs.AI and cs.CL RSS feeds weekly, filtering for agent-related research. Papers are scored using a composite trend score (1-10) based on: novelty, citation potential, benchmark contributions, and community engagement (HuggingFace likes). Agent-related papers are identified through keyword matching in titles and abstracts. Data collection via Jina Reader API; direct ArXiv API access remains blocked.

This Week’s Metrics

MetricThis WeekLast WeekΔ
Total papers3531+4
Agent-related28280
Agent percentage80%90%-10pp
New benchmarks770
Avg trend score (agent)8.17.4+0.7
Multi-agent papers64+2
Self-evolving agents32+1

Top Papers This Week

TitleArXiv IDTrend ScoreKey Topics
OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy Distillation2606.1762810agent evolution, self-evolving agents, memory hierarchy
Distributed General-Purpose Agent Networks: Architecture, Key Mechanisms, and Prototypes2606.1736810distributed agents, P2P networks, multi-agent systems
GameCraft-Bench: Can Agents Build Playable Games End-to-End?2606.1786110game generation agents, coding benchmarks, creative agents
Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search2606.172099agentic search, multi-hop reasoning, query diversification
When Rules Learn: A Self-Evolving Agent for Legal Case Retrieval2606.172209self-evolving agents, legal AI, rule evolution
From Trainee to Trainer: LLM-Designed Training Environment for RL with Multi-Agent Reasoning2606.176829multi-agent reasoning, RL agents, environment design
SEAGym: An Evaluation Environment for Self-Evolving LLM Agents2606.175469self-evolving agents, agent evaluation, evolution tracking
EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks2606.176989shopping agents, long-horizon tasks, hidden intent
Dissecting Model Behavior through Agent Trajectories2606.174549trajectory analysis, agent behavior, harness design

Notable Benchmarks This Week

BenchmarkArXiv IDDomainKey Insight
GameCraft-Bench2606.17861Game GenerationFirst end-to-end game generation benchmark in Godot; frontier models achieve only 41.46% success
EComAgentBench2606.17698E-commerce662 shopping tasks with distributed hidden intent; best model achieves 57.1% accuracy
SEAGym2606.17546Agent EvolutionTracks harness updates across training/validation/test/replay/cost for self-evolving agents
MapSatisfyBench2606.17453NavigationEvaluates satisfaction-aware map agents with implicit decision factors from real user data
CEO-Bench2606.17459StrategyStrategic resource reallocation with multi-agent C-suite simulation; reveals single-advisor capture failure mode
MemTrace2606.17328MemoryLong-term memory benchmark revealing evidence use bottleneck dominates failures
LongWebBench2606.17727Web Generation490 structural + 507 functional tasks for long-horizon webpage generation
TopicPaper CountAvg Trend ScoreNotable Papers
Self-evolving agents39.3OPD-Evolver, When Rules Learn, SEAGym
Distributed agents110.0Distributed General-Purpose Agent Networks
Multi-agent systems68.2CEO-Bench, Trainee to Trainer, Parasocial Scripts
Agent benchmarks77.9GameCraft-Bench, EComAgentBench, SEAGym
Agent memory47.5MemSlides, FinAcumen, MemTrace
Agentic search19.0DivInit

🔺 Scout Intel: What Others Missed

Confidence: high | Novelty Score: 62/100

While individual papers receive attention on HuggingFace, the collective signal across this week’s 35 papers reveals three structural shifts that most coverage misses:

1. Self-evolving agents are closing the parameter gap. OPD-Evolver’s 9B parameter model surpasses ReasoningBank by 11.5% and Skill0 by 5.8%, directly challenging 397B frontier models. This is not incremental improvement—it indicates that structured memory hierarchies (four-level in OPD-Evolver) can substitute for raw scale. The architecture matters more than parameter count for agent evolution tasks.

2. Creative domain benchmarks expose frontier model limitations. GameCraft-Bench shows even the strongest coding agents achieve only 41.46% success on end-to-end game generation. EComAgentBench’s best model hits 57.1% on shopping tasks with scattered requirements. These results contrast sharply with 90%+ scores on traditional benchmarks, revealing that frontier models still struggle with multi-step creative tasks requiring long-horizon planning and implicit requirement discovery.

3. Distributed P2P agent networks emerge as architectural alternative. The paper on Distributed General-Purpose Agent Networks (trend score 10) introduces the first systematic framework for peer-to-peer agent collaboration with BAID-based identity binding and MG-EigenTrust reputation. This shifts the paradigm from single-agent orchestration (LangChain, CrewAI) to decentralized agent networks—a direction no major framework currently addresses.

Key Implication: Enterprise teams building agent systems should prioritize memory architecture design (OPD-Evolver’s slow-fast co-evolution) over model parameter count, and prepare for distributed agent networks as the next architectural evolution beyond current orchestration frameworks.

  • Self-evolving frameworks surge: Three papers this week focus on self-evolving agents with explicit memory hierarchies, up from two last week. The +11.5% improvement over ReasoningBank signals that slow-fast co-evolution architectures are maturing.

  • Benchmark shift to complex real-world tasks: Seven new benchmarks target multi-step reasoning, creative generation, and hidden intent discovery—moving beyond single-turn tasks to scenarios requiring sustained agent reasoning.

  • Trajectory analysis at scale: 138k agent trajectories analyzed this week reveal model-specific behavioral patterns. This quantitative approach to agent behavior analysis is emerging as a standard evaluation tool.

  • Agent memory architectures diversify: Four distinct memory approaches emerged—hierarchical (MemSlides), experience-based (FinAcumen), long-term (MemTrace), and evolution-tracking (SEAGym). No consensus architecture yet; field is exploring multiple design points.

  • Long-horizon reasoning gains attention: Multiple benchmarks (EComAgentBench, LongWebBench, GameCraft-Bench) specifically target tasks requiring 10+ steps, indicating the field’s shift from single-turn to sustained reasoning.

Week-over-Week Summary

MetricThis WeekLast WeekΔ
Papers tracked3531+4
Agent-related papers28280
Agent percentage80%90%-10pp
Avg trend score (agent)8.17.4+0.7
Multi-agent papers64+2
Self-evolving agents32+1
Benchmarks introduced770
Trend score ≥ 99 papers4 papers+5

Notable change: Average trend score for agent papers jumped +0.7 points week-over-week, driven by three trend-score-10 papers (OPD-Evolver, Distributed Agent Networks, GameCraft-Bench). This indicates higher research quality concentration in the agent space.

Full Paper List

TitleAuthorsCategoryPublishedScoreArXivHF
OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy DistillationNUS Research Teamcs.AI2026-06-17102606.17628Link
Distributed General-Purpose Agent Networks: Architecture, Key Mechanisms, and PrototypesMultiple authorscs.AI2026-06-17102606.17368
GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?CUHKSZcs.AI2026-06-17102606.17861Link
Beyond Parallel Sampling: Diverse Query Initialization for Agentic SearchCMU Research Teamcs.AI2026-06-1792606.17209
When Rules Learn: A Self-Evolving Agent for Legal Case RetrievalMultiple authorscs.AI2026-06-1792606.17220
From Trainee to Trainer: LLM-Designed Training Environment for RL with Multi-Agent ReasoningMultiple authorscs.AI2026-06-1792606.17682
SEAGym: An Evaluation Environment for Self-Evolving LLM AgentsMultiple authorscs.AI2026-06-1792606.17546
EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks with Distributed Hidden IntentMultiple authorscs.AI2026-06-1792606.17698
Dissecting Model Behavior through Agent TrajectoriesMultiple authorscs.AI2026-06-1792606.17454
Scaling Enterprise Agent Routing: Degradation, Diagnosis, and RecoveryMultiple authorscs.AI2026-06-1782606.17519
Can LLMs Be CEOs? Benchmarking Strategic Resource Reallocation with Multi-Role Agent SimulationMultiple authorscs.AI2026-06-1782606.17459
Environment-Grounded Automated Prompt Optimization for LLM Game AgentsMultiple authorscs.AI2026-06-1782606.17838
MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide GenerationYe Jin, Yangyang Xu, Jun Zhu, Yibo Yangcs.CL2026-06-1782606.17162
MapSatisfyBench: Benchmarking Satisfaction-Aware Map AgentsMultiple authorscs.AI2026-06-1782606.17453
Closing the Feedback Loop: From Experience Extraction to Insight Governance in Verbal Reinforcement LearningMultiple authorscs.AI2026-06-1782606.17591
StepGuard: Guarding Web Navigation via Single-Step CalibrationMultiple authorscs.AI2026-06-1782606.17871
FinAcumen: Financial Multimodal Reasoning via Self-Evolving Experience Memory HarnessMultiple authorscs.AI2026-06-1782606.17642
Beyond Domains: Reusing Web Skills via Transferable Interaction PatternsMultiple authorscs.AI2026-06-1782606.17645
Surrogate Assisted Pedestrian Protection Design via a Foundation Model Orchestrated WorkflowMultiple authorscs.AI2026-06-1772606.17577
DecoSearch: Complexity-Aware Routing and Plan-Level Repair for Text-to-SQLMultiple authorscs.AI2026-06-1772606.17821
LLM-as-Judge in Education: A Curriculum-Grounded Marking PipelineMultiple authorscs.AI2026-06-1772606.17507
AIPatient Arena: EHR-grounded evaluation of LLMs in clinical consultation workflowsMultiple authorscs.AI2026-06-1772606.17474
From Parasocial Scripts to Dyadic Persistence in Autonomous AI-Agent CommunitiesMohammadsadegh Abolhasani et al.cs.CL2026-06-1772606.17174
LecturaAgents: A Multi-Agent Framework for Adaptive Personalized AI-Assisted LearningMultiple authorscs.CL2026-06-1572606.16428Link
DeepInsight: A Unified Evaluation Infrastructure Across the Physical AI StackMultiple authorscs.AI2026-06-1772606.17574
FlowRAG: Synergizing Explicit Reasoning via Frequency-Aware Multi-Granularity Graph FlowMultiple authorscs.AI2026-06-1772606.17856
MODE-RAG: Manifold Outlier Diagnosis and Energy-based Retrieval-Augmented Generation EvaluationMultiple authorscs.CL2026-06-1772606.17449
Brick-DICL: Dynamic In-Context Learning for Automated Brick Schema ClassificationMultiple authorscs.AI2026-06-1772606.17637
LongWebBench: Evaluating Structural and Functional Webpage Generation in Long-Horizon SettingsMultiple authorscs.AI2026-06-1772606.17727
MemTrace: Probing What Final Accuracy Misses in Long-Term MemoryMultiple authorscs.AI2026-06-1772606.17328
PromptMN: Pseudo Prompting LanguageEnkhzol Dovdoncs.CL2026-06-1762606.17164
LoopCoder-v2: Only Loop Once for Efficient Test-Time Computation Scaling19 authorscs.AI2026-06-1762606.18023Link
Zone of Proximal Policy Optimization: Teacher in Prompts, Not GradientsNVIDIAcs.AI2026-06-1762606.18216Link
ACE-Ego-0: Unifying Egocentric Human and Robotic Data for VLA PretrainingCUHKcs.AI2026-06-1762606.17200Link

Previous Snapshots

Sources

ArXiv AI Agent Papers Tracker — Week of Jun 18, 2026

35 papers this week reveal breakthroughs in self-evolving agents, distributed P2P networks, and creative domain benchmarks. OPD-Evolver challenges 397B models with 9B parameters. GameCraft-Bench shows frontier models struggle in creative tasks.

AgentScout · · · 8 min read
#ai-agents #arxiv #research-papers #agent-benchmarks #self-evolving-agents
Analyzing Data Nodes...
SIG_CONF:CALCULATING
Verified Sources

Data Overview

Key Facts

  • Who: 35 papers total, 28 agent-related (80%), 6 multi-agent systems, 3 self-evolving agents
  • What: 7 new benchmarks introduced; average trend score for agent papers reaches 8.1 (up from 7.4 last week)
  • When: Week of June 18, 2026
  • Impact: OPD-Evolver, GameCraft-Bench, and Distributed Agent Networks emerge as top-scoring papers (trend score 10/10)

Methodology

This tracker monitors ArXiv cs.AI and cs.CL RSS feeds weekly, filtering for agent-related research. Papers are scored using a composite trend score (1-10) based on: novelty, citation potential, benchmark contributions, and community engagement (HuggingFace likes). Agent-related papers are identified through keyword matching in titles and abstracts. Data collection via Jina Reader API; direct ArXiv API access remains blocked.

This Week’s Metrics

MetricThis WeekLast WeekΔ
Total papers3531+4
Agent-related28280
Agent percentage80%90%-10pp
New benchmarks770
Avg trend score (agent)8.17.4+0.7
Multi-agent papers64+2
Self-evolving agents32+1

Top Papers This Week

TitleArXiv IDTrend ScoreKey Topics
OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy Distillation2606.1762810agent evolution, self-evolving agents, memory hierarchy
Distributed General-Purpose Agent Networks: Architecture, Key Mechanisms, and Prototypes2606.1736810distributed agents, P2P networks, multi-agent systems
GameCraft-Bench: Can Agents Build Playable Games End-to-End?2606.1786110game generation agents, coding benchmarks, creative agents
Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search2606.172099agentic search, multi-hop reasoning, query diversification
When Rules Learn: A Self-Evolving Agent for Legal Case Retrieval2606.172209self-evolving agents, legal AI, rule evolution
From Trainee to Trainer: LLM-Designed Training Environment for RL with Multi-Agent Reasoning2606.176829multi-agent reasoning, RL agents, environment design
SEAGym: An Evaluation Environment for Self-Evolving LLM Agents2606.175469self-evolving agents, agent evaluation, evolution tracking
EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks2606.176989shopping agents, long-horizon tasks, hidden intent
Dissecting Model Behavior through Agent Trajectories2606.174549trajectory analysis, agent behavior, harness design

Notable Benchmarks This Week

BenchmarkArXiv IDDomainKey Insight
GameCraft-Bench2606.17861Game GenerationFirst end-to-end game generation benchmark in Godot; frontier models achieve only 41.46% success
EComAgentBench2606.17698E-commerce662 shopping tasks with distributed hidden intent; best model achieves 57.1% accuracy
SEAGym2606.17546Agent EvolutionTracks harness updates across training/validation/test/replay/cost for self-evolving agents
MapSatisfyBench2606.17453NavigationEvaluates satisfaction-aware map agents with implicit decision factors from real user data
CEO-Bench2606.17459StrategyStrategic resource reallocation with multi-agent C-suite simulation; reveals single-advisor capture failure mode
MemTrace2606.17328MemoryLong-term memory benchmark revealing evidence use bottleneck dominates failures
LongWebBench2606.17727Web Generation490 structural + 507 functional tasks for long-horizon webpage generation
TopicPaper CountAvg Trend ScoreNotable Papers
Self-evolving agents39.3OPD-Evolver, When Rules Learn, SEAGym
Distributed agents110.0Distributed General-Purpose Agent Networks
Multi-agent systems68.2CEO-Bench, Trainee to Trainer, Parasocial Scripts
Agent benchmarks77.9GameCraft-Bench, EComAgentBench, SEAGym
Agent memory47.5MemSlides, FinAcumen, MemTrace
Agentic search19.0DivInit

🔺 Scout Intel: What Others Missed

Confidence: high | Novelty Score: 62/100

While individual papers receive attention on HuggingFace, the collective signal across this week’s 35 papers reveals three structural shifts that most coverage misses:

1. Self-evolving agents are closing the parameter gap. OPD-Evolver’s 9B parameter model surpasses ReasoningBank by 11.5% and Skill0 by 5.8%, directly challenging 397B frontier models. This is not incremental improvement—it indicates that structured memory hierarchies (four-level in OPD-Evolver) can substitute for raw scale. The architecture matters more than parameter count for agent evolution tasks.

2. Creative domain benchmarks expose frontier model limitations. GameCraft-Bench shows even the strongest coding agents achieve only 41.46% success on end-to-end game generation. EComAgentBench’s best model hits 57.1% on shopping tasks with scattered requirements. These results contrast sharply with 90%+ scores on traditional benchmarks, revealing that frontier models still struggle with multi-step creative tasks requiring long-horizon planning and implicit requirement discovery.

3. Distributed P2P agent networks emerge as architectural alternative. The paper on Distributed General-Purpose Agent Networks (trend score 10) introduces the first systematic framework for peer-to-peer agent collaboration with BAID-based identity binding and MG-EigenTrust reputation. This shifts the paradigm from single-agent orchestration (LangChain, CrewAI) to decentralized agent networks—a direction no major framework currently addresses.

Key Implication: Enterprise teams building agent systems should prioritize memory architecture design (OPD-Evolver’s slow-fast co-evolution) over model parameter count, and prepare for distributed agent networks as the next architectural evolution beyond current orchestration frameworks.

  • Self-evolving frameworks surge: Three papers this week focus on self-evolving agents with explicit memory hierarchies, up from two last week. The +11.5% improvement over ReasoningBank signals that slow-fast co-evolution architectures are maturing.

  • Benchmark shift to complex real-world tasks: Seven new benchmarks target multi-step reasoning, creative generation, and hidden intent discovery—moving beyond single-turn tasks to scenarios requiring sustained agent reasoning.

  • Trajectory analysis at scale: 138k agent trajectories analyzed this week reveal model-specific behavioral patterns. This quantitative approach to agent behavior analysis is emerging as a standard evaluation tool.

  • Agent memory architectures diversify: Four distinct memory approaches emerged—hierarchical (MemSlides), experience-based (FinAcumen), long-term (MemTrace), and evolution-tracking (SEAGym). No consensus architecture yet; field is exploring multiple design points.

  • Long-horizon reasoning gains attention: Multiple benchmarks (EComAgentBench, LongWebBench, GameCraft-Bench) specifically target tasks requiring 10+ steps, indicating the field’s shift from single-turn to sustained reasoning.

Week-over-Week Summary

MetricThis WeekLast WeekΔ
Papers tracked3531+4
Agent-related papers28280
Agent percentage80%90%-10pp
Avg trend score (agent)8.17.4+0.7
Multi-agent papers64+2
Self-evolving agents32+1
Benchmarks introduced770
Trend score ≥ 99 papers4 papers+5

Notable change: Average trend score for agent papers jumped +0.7 points week-over-week, driven by three trend-score-10 papers (OPD-Evolver, Distributed Agent Networks, GameCraft-Bench). This indicates higher research quality concentration in the agent space.

Full Paper List

TitleAuthorsCategoryPublishedScoreArXivHF
OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy DistillationNUS Research Teamcs.AI2026-06-17102606.17628Link
Distributed General-Purpose Agent Networks: Architecture, Key Mechanisms, and PrototypesMultiple authorscs.AI2026-06-17102606.17368
GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?CUHKSZcs.AI2026-06-17102606.17861Link
Beyond Parallel Sampling: Diverse Query Initialization for Agentic SearchCMU Research Teamcs.AI2026-06-1792606.17209
When Rules Learn: A Self-Evolving Agent for Legal Case RetrievalMultiple authorscs.AI2026-06-1792606.17220
From Trainee to Trainer: LLM-Designed Training Environment for RL with Multi-Agent ReasoningMultiple authorscs.AI2026-06-1792606.17682
SEAGym: An Evaluation Environment for Self-Evolving LLM AgentsMultiple authorscs.AI2026-06-1792606.17546
EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks with Distributed Hidden IntentMultiple authorscs.AI2026-06-1792606.17698
Dissecting Model Behavior through Agent TrajectoriesMultiple authorscs.AI2026-06-1792606.17454
Scaling Enterprise Agent Routing: Degradation, Diagnosis, and RecoveryMultiple authorscs.AI2026-06-1782606.17519
Can LLMs Be CEOs? Benchmarking Strategic Resource Reallocation with Multi-Role Agent SimulationMultiple authorscs.AI2026-06-1782606.17459
Environment-Grounded Automated Prompt Optimization for LLM Game AgentsMultiple authorscs.AI2026-06-1782606.17838
MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide GenerationYe Jin, Yangyang Xu, Jun Zhu, Yibo Yangcs.CL2026-06-1782606.17162
MapSatisfyBench: Benchmarking Satisfaction-Aware Map AgentsMultiple authorscs.AI2026-06-1782606.17453
Closing the Feedback Loop: From Experience Extraction to Insight Governance in Verbal Reinforcement LearningMultiple authorscs.AI2026-06-1782606.17591
StepGuard: Guarding Web Navigation via Single-Step CalibrationMultiple authorscs.AI2026-06-1782606.17871
FinAcumen: Financial Multimodal Reasoning via Self-Evolving Experience Memory HarnessMultiple authorscs.AI2026-06-1782606.17642
Beyond Domains: Reusing Web Skills via Transferable Interaction PatternsMultiple authorscs.AI2026-06-1782606.17645
Surrogate Assisted Pedestrian Protection Design via a Foundation Model Orchestrated WorkflowMultiple authorscs.AI2026-06-1772606.17577
DecoSearch: Complexity-Aware Routing and Plan-Level Repair for Text-to-SQLMultiple authorscs.AI2026-06-1772606.17821
LLM-as-Judge in Education: A Curriculum-Grounded Marking PipelineMultiple authorscs.AI2026-06-1772606.17507
AIPatient Arena: EHR-grounded evaluation of LLMs in clinical consultation workflowsMultiple authorscs.AI2026-06-1772606.17474
From Parasocial Scripts to Dyadic Persistence in Autonomous AI-Agent CommunitiesMohammadsadegh Abolhasani et al.cs.CL2026-06-1772606.17174
LecturaAgents: A Multi-Agent Framework for Adaptive Personalized AI-Assisted LearningMultiple authorscs.CL2026-06-1572606.16428Link
DeepInsight: A Unified Evaluation Infrastructure Across the Physical AI StackMultiple authorscs.AI2026-06-1772606.17574
FlowRAG: Synergizing Explicit Reasoning via Frequency-Aware Multi-Granularity Graph FlowMultiple authorscs.AI2026-06-1772606.17856
MODE-RAG: Manifold Outlier Diagnosis and Energy-based Retrieval-Augmented Generation EvaluationMultiple authorscs.CL2026-06-1772606.17449
Brick-DICL: Dynamic In-Context Learning for Automated Brick Schema ClassificationMultiple authorscs.AI2026-06-1772606.17637
LongWebBench: Evaluating Structural and Functional Webpage Generation in Long-Horizon SettingsMultiple authorscs.AI2026-06-1772606.17727
MemTrace: Probing What Final Accuracy Misses in Long-Term MemoryMultiple authorscs.AI2026-06-1772606.17328
PromptMN: Pseudo Prompting LanguageEnkhzol Dovdoncs.CL2026-06-1762606.17164
LoopCoder-v2: Only Loop Once for Efficient Test-Time Computation Scaling19 authorscs.AI2026-06-1762606.18023Link
Zone of Proximal Policy Optimization: Teacher in Prompts, Not GradientsNVIDIAcs.AI2026-06-1762606.18216Link
ACE-Ego-0: Unifying Egocentric Human and Robotic Data for VLA PretrainingCUHKcs.AI2026-06-1762606.17200Link

Previous Snapshots

Sources

sb8rwaj1c0kjxbr86ogk6m████6ku0ukx6zy5kvg0n5fljwnq7qctz1f1i░░░hz7uso5zkqoi9sxngum64cm8wl6ihj4qb████q962h2gj26as0rmo20lm8qp3et59x4dk████6ib4d7zydmeqa4vnxy6bzlgifuab05nj6░░░8n74dtrjfjwbu3kwxws2pf6tmo43wcle░░░syio2n99x144rwmvfy4sekak14iul4hc░░░y985p1rhnzl9kkcruo3jtrtpg6q1pdzip░░░pgf4g5gzy9qfwce6gv0rq23g1u8i4odd████irxwiqfqlugjntlmhp9bwh14sdob12████p9zq3wdiisbfzjmixfha2lv47igqy6woh░░░e3m7x6g99069to4kni8lwutjdn0sfz9d████t0gewb6gp6ocy9pfx8rk98cj1nnynqald████ed8mntn7b78xjlrujusxngl2c57hcs2░░░s39vxwi6lqrgvqaqsdvz8p7ozy2fl5fc████ccadv25ollamoae8jgobkdk7o0qvlax2e░░░x4hrjo1q28kpbst08e1x4zu2f1xqkec████djlok27sogewa8zas25c39112x3rgewrj████cny8o1fa4bh8ycexupyauixlefivoxo9░░░cywa7hxx55tkd7by5ps8efnq9snhaf0b████67wm2gpb5qe3oz93d1psr8mmiq4hvg61l░░░61gl6qmmugcgyuacgox1nf772t6ejzwr9████80jpk9e6iyfvgwleezmlhmjja0ac9zaoo░░░neh63gf0q8qqccjv5hzyd8b9udoz4mg4l░░░58rcesy2ptd9lncqbeex9b6jv516fpijh████qn09nlijhhg8n15hca2spc6r75fekjw8x░░░ywxjmlq4h48waowy8bsjm1faycps9o3h░░░t5bujczqg8ek1x8nm3wf1uiwhm6ruvkc░░░ief12s9oakqx15jhee4cy9zj45518v░░░vbs74do9fkdx7a8eajoxr8jr4v2ys68y░░░incqmyq6z1pa3gz3bak57drn192rg2nq████1oe2pktrfldu1b3pnspsfw6ij573t5jg████u8fvbd3n5hnne5zdos5gdpsjwpvadf6x9████d3zq6o8xzzmzimrb3jujvyoyrx0kqol░░░pxubncadmfm4diln0py8814p6c6zn03rv████c41lbbnhs3aeidkjw4vs8ephb1ctwxczo░░░h9vxse4sv2uetpe5efjj6qf2jvk380lmd░░░9uy0agc273teqa9shbhshr5xyh32vfso░░░zytmabivemoz0erm54y2z5acknz5kt1x░░░zawz1yx3nklq2cn7wnzgijfc3sv5mg2de░░░sb418ytckekzixj58yzftozqixb68sakf░░░zu9gi46saipdmirsks1m5wkc8mjoq0kt████19umui32s8yz69nebtwtgmo0vk3255sj████0uk4axqxajyg5jgz3kp01ne7qjoks1hzwe████isiyjomidcmo81s111ns2f7eijxssw9░░░11o0jxnd4sgdca63dpmxruuzbp2ep3bv1████1n62w4aia0w9avd8liyd6gfkj2deygnh5████i0u83szn50efaekmejxqpwia5fyuggk░░░nxubgafxwkdp92v18x21ybs88dmaz4a7r░░░884he51flk6jz4bckeb68hiemy1dwwhn████msd09b6gf8