Set up development environment (CPU-only surface + docs) - #1
Draft
lukass16 wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Lukass Kellijs <[email protected]>
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
Sets up the development environment for
assembly-bench. This is a NIST-taskboard assembly benchmark built on Isaac Lab Arena / Isaac Sim 6.x, whose simulator requires an NVIDIA RTX GPU with no CPU fallback (docker/docker.md). The default Cursor Cloud VM has no NVIDIA GPU/driver/Vulkan, so the full simulator cannot run here — but the CPU-only, import-free benchmark surface (the manifest thathud eval/tasks.jsonconsume) is installed and verified.Changes
AGENTS.mdwith a## Cursor Cloud specific instructionssection documenting the GPU/Isaac Sim hardware requirement, what works CPU-only, and the non-obvious submodule gotcha (submodules/IsaacLab-Arenais declared in.gitmodulesbut never committed as a gitlink, sogit submodule updateis a no-op)..venv/in.gitignore.Environment setup
.venvandpip install -e assembly_bench(idempotent, verified from a clean state).Verified CPU-only (hello-world)
from assembly_bench.environments.assembly.variants import VARIANTS→ 27 variants acrosspeg_insert(16),nut_thread(8),gear_mesh(3).peg_round_8mm_tight.scripts/taskset.pyregeneratestasks.jsonidentically (idempotent).Cannot run here (hardware limitation, not a bug)
env.py,scripts/preview_assembly.py, Arenapolicy_runner.py/eval_runner.py, and thedocker/Dockerfileenv server all require an RTX GPU + Isaac Sim base image. Seedocker/docker.mdto run on a GPU host.