# Simulation in Parallel Envs Generate multiple parallel simulation environments with `gym.make` and record sensor and trajectory data. --- ## ⚡ Command-Line Usage ```sh python embodied_gen/scripts/parallel_sim.py \ --layout_file "outputs/layouts_gen/task_0000/layout.json" \ --output_dir "outputs/parallel_sim/task_0000" \ --num_envs 16 ```
parallel_sim1 parallel_sim2