walk-these-ways-go2/go1_gym/__init__.py

7 lines
165 B
Python
Raw Normal View History

2024-01-28 17:11:38 +08:00
import os
MINI_GYM_ROOT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
MINI_GYM_ENVS_DIR = os.path.join(MINI_GYM_ROOT_DIR, 'go1_gym', 'envs')