Skip to content
Discussion options

You must be logged in to vote

Thank you for posting this. The issue you're facing—where adding a helper variable like num_objects to your InteractiveSceneCfg causes a ValueError from the InteractiveScene parser—is due to how Isaac Lab's InteractiveScene and configclass system expect configuration classes to operate. Every field in your configclass, unless handled specially, is interpreted as an asset or entity to instantiate in the scene. This is by design so that all configuration data relevant for scene instantiation is exposed and serializable, supporting vectorization and easy Hydra/CLI overrides.123

Why the Error Occurs

  • When you add num_objects: int to your scene config, the parser walks through each attribute o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abhinavj98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants