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