Skip to content

Commit a8d33f7

Browse files
committed
fix imports
1 parent 7999f47 commit a8d33f7

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

scripts/benchmarks/benchmark_non_rl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
simulation_app = None
6262
app_launcher = None
6363
if 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"

scripts/benchmarks/benchmark_rlgames.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
simulation_app = None
6262
app_launcher = None
6363
if 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"

scripts/benchmarks/benchmark_rsl_rl.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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

@@ -77,8 +73,6 @@
7773
simulation_app = None
7874
app_launcher = None
7975
if 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"

0 commit comments

Comments
 (0)