gomoku / DI-engine /ding /__init__.py
zjowowen's picture
init space
079c32c
raw
history blame
380 Bytes
import os
__TITLE__ = 'DI-engine'
__VERSION__ = 'v0.5.0'
__DESCRIPTION__ = 'Decision AI Engine'
__AUTHOR__ = "OpenDILab Contributors"
__AUTHOR_EMAIL__ = "opendilab@pjlab.org.cn"
__version__ = __VERSION__
enable_hpc_rl = os.environ.get('ENABLE_DI_HPC', 'false').lower() == 'true'
enable_linklink = os.environ.get('ENABLE_LINKLINK', 'false').lower() == 'true'
enable_numba = True