zjowowen's picture
init space
3dfe8fb
raw
history blame contribute delete
174 Bytes
import warnings
try:
from .gfootball_env import GfootballEnv
except ImportError:
warnings.warn("not found gfootball env, please install it")
GfootballEnv = None