File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 6161simulation_app = None
6262app_launcher = None
6363if args_cli .kit :
64- from isaaclab .app import AppLauncher
65-
6664 # Force Omniverse mode by setting environment variable
6765 # This ensures SimulationApp is launched even without explicit visualizers
6866 os .environ ["LAUNCH_OV_APP" ] = "1"
Original file line number Diff line number Diff line change 6161simulation_app = None
6262app_launcher = None
6363if args_cli .kit :
64- from isaaclab .app import AppLauncher
65-
6664 # Force Omniverse mode by setting environment variable
6765 # This ensures SimulationApp is launched even without explicit visualizers
6866 os .environ ["LAUNCH_OV_APP" ] = "1"
Original file line number Diff line number Diff line change 33#
44# SPDX-License-Identifier: BSD-3-Clause
55
6- # Copyright (c) 2022-2025, The IsaacLab Project Developers.
7- # All rights reserved.
8- #
9- # SPDX-License-Identifier: BSD-3-Clause
106
117"""Script to benchmark RL agent with RSL-RL."""
128
7773simulation_app = None
7874app_launcher = None
7975if args_cli .kit :
80- from isaaclab .app import AppLauncher
81-
8276 # Force Omniverse mode by setting environment variable
8377 # This ensures SimulationApp is launched even without explicit visualizers
8478 os .environ ["LAUNCH_OV_APP" ] = "1"
You can’t perform that action at this time.
0 commit comments