[codex] Fix mini-swe-agent 2 quickstart#1782
Draft
hemildesai wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Hemil Desai <hemild@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the mini-swe-agent 2 README quickstart so it matches the current Gym CLI workflow and the checked-in sandbox defaults.
This PR addresses the reported quickstart issues:
ng_run,ng_collect_rollouts, andng_reward_profileexamples withgym env start,gym eval run, andgym eval profileresponses_api_agents/mini_swe_agent_2/data/example.jsonlmax_output_tokens: 16384cpu: 2,memory_mib: 8192,disk_gib: 20, andstep_limit: 250Validation
python -m json.tool responses_api_agents/mini_swe_agent_2/data/example.jsonlwc -l responses_api_agents/mini_swe_agent_2/data/example.jsonluv run pytest responses_api_agents/mini_swe_agent_2/tests/test_app.py -quv run pre-commit run --files responses_api_agents/mini_swe_agent_2/README.md responses_api_agents/mini_swe_agent_2/data/example.jsonl responses_api_agents/mini_swe_agent_2/tests/test_app.py