Skip to content

is it posible to use multiple scence with many envs? #2863

Closed Answered by RandomOakForest
HaoLiuHust asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, with Isaac Lab you can use multiple distinct scenes or assets across many environments for training, such as office rooms, warehouses, etc. This is achieved by configuring your environments to spawn different USDs or assets, and is well-supported for reinforcement learning workflows.

Key points:

  • Use the InteractiveScene and set up your scene configuration to allow different assets (robots, objects, or even backgrounds) per environment.
  • For different assets in each environment: use MultiAssetSpawnerCfg or MultiUsdFileCfg (with the random_choice option or lists of assets/USDs).
  • When using heterogeneous environments (different scenes or robots), set replicate_physics=False in your scen…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HaoLiuHust
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