In the manager-based environment (or whatever environment class), we simulate the simulation by using “self.sim.step()”. This causes all environments to be activated and move simultaneously.
However, I want to activate only a subset of the environments. For example, out of 4096 environments, I only want to simulate environments with IDs 0 to 100, while the others remain inactive.
Is there any way to achieve this in Isaac Sim?