Skip to content

Add e2e script for agentic env gen#785

Draft
qianl-nv wants to merge 1 commit into
mainfrom
qianl/dev/agentic_e2e_script
Draft

Add e2e script for agentic env gen#785
qianl-nv wants to merge 1 commit into
mainfrom
qianl/dev/agentic_e2e_script

Conversation

@qianl-nv

Copy link
Copy Markdown
Collaborator

Summary

Add environment_generation_runner for running the agentic environment generation end to end

Detailed description

  • What was the reason for the change?
    We need an entry point to run the full agentic env gen pipeline for integration testing.

  • What has been changed?
    A new script is added to run the agentic env gen. It does the following steps:

    • Takes user prompt from CLI, pass through EnvGenAgent to generate EnvIntentSpec
    • EnvIntentSpec compiles to UnresolvedArenaEnvGraphSpec (asset match into registry), then ArenaEnvGraphSpec (constraints populated). The final ArenaEnvGraphSpec serialized to yaml.
    • ArenaEnvGraphSpec is loaded back from yaml, and build into an ArenaEnvironment
    • Run zero_action policy simulation for visualizing output (with RelationSolver initializing layouts)
  • What is the impact of this change?

    • Known limitations: no support for ObjectSet or ObjectReference. No user in the loop editing.
2026-4-14-agentic-arena-env-generation-design-google-docs (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant