Files
lerobot/tests/utils.py
Alexander Soare b7c9c33072 revision
2024-03-27 18:33:48 +00:00

7 lines
177 B
Python

import os
# Pass this as the first argument to init_hydra_config.
DEFAULT_CONFIG_PATH = "lerobot/configs/default.yaml"
DEVICE = os.environ.get('LEROBOT_TESTS_DEVICE', "cuda")