Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
b780051
gomoku
/
DI-engine
/
dizoo
/
smac
/
envs
/
__init__.py
zjowowen
init space
079c32c
11 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
import
warnings
from
.fake_smac_env
import
FakeSMACEnv
try
:
from
.smac_env
import
SMACEnv
except
ImportError:
warnings.warn(
"not found pysc2 env, please install it"
)
SMACEnv =
None