7 lines
165 B
Python
7 lines
165 B
Python
|
|
||
|
|
||
|
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')
|