KeyError: 'EXP_PATH' SimulationApp Isaac Sim

I have the following code:

from omni.isaac.kit import SimulationApp
import os

# Set rendering parameters and create an instance of kit
CONFIG = {"renderer": "RayTracedLighting", "headless": False, "width": 1024, "height": 1024, "num_frames": 10}
simulation_app = SimulationApp(launch_config=CONFIG)

Upon selecting Run Selected, I get the following error:

>/tmp/carb.uHGX1y/script_1675179561.py
KeyError: 'EXP_PATH'


How should I fix this error?

Screenshot from 2023-01-31 10-40-59

check Omni.replicator.core.scripts.randomizer has no attribute scatter_boxes - #2 by mona.jalal

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.