tencent-ailab / hok_env

Honor of Kings AI Open Environment of Tencent
https://aiarena.tencent.com/aiarena/en/open-gamecore
Apache License 2.0
590 stars 68 forks source link

missing lib declaration of `lib3v3` #42

Closed arctan90 closed 4 months ago

arctan90 commented 10 months ago

lib3v3 reference is missing

I installed hok package using pip3 install . under /Users/yuantao/git/github/tencent-ailab/hok_env/hok_env folder.

No Python Wrapper is found in the hok_env/hok_env/hok/hok3v3/lib folder

> tree ~/tencent-ailab/hok_env/hok_env/hok/hok3v3/lib
.
├── __init__.py
├── lib3v3.cpython-36m-x86_64-linux-gnu.so
├── lib3v3.cpython-37m-x86_64-linux-gnu.so
├── lib3v3.cpython-38-x86_64-linux-gnu.so
├── lib3v3.cpython-39-x86_64-linux-gnu.so
└── libinterface.so

1 directory, 6 files

Because I have no idea of functions supplied by *.so, Could any member fix this issue?

hongyangqin commented 6 months ago

Python 3.6 to Python 3.9 and Linux are required.