Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
db87424
gomoku
/
DI-engine
/
dizoo
/
gfootball
/
envs
/
__init__.py
zjowowen
init space
079c32c
10 months ago
raw
Copy download link
history
blame
Safe
174 Bytes
import
warnings
try
:
from
.gfootball_env
import
GfootballEnv
except
ImportError:
warnings.warn(
"not found gfootball env, please install it"
)
GfootballEnv =
None