hok_env icon indicating copy to clipboard operation
hok_env copied to clipboard

Honor of Kings AI Open Environment of Tencent

Results 13 hok_env issues
Sort by recently updated
recently updated
newest added

During the interaction with the server, the game encountered the following error. How can this be resolved? ![微信图片_20240623115240](https://github.com/tencent-ailab/hok_env/assets/168390020/5ff8e5c9-d8ea-4679-9948-e24bff555ac7) In the log(kaiwu-test-env-1719114507022699600-386), the error is reported like this: ![1719114837214(1)](https://github.com/tencent-ailab/hok_env/assets/168390020/d6c66310-ad11-461c-84f6-99ed840bedf3)

I have hok gamecore on win10 & hok on docker. It have passed `python3 test_env.py` and output as follows: `root@b044f42cec5a:/hok_env/hok/hok1v1/unit_test# python3 test_env.py host.docker.internal:23432 127.0.0.1 ======= test_send_action camp_config {'mode': '1v1', 'heroes':...

Solved issue #67 by replace import way in `hok_env/hok_env/hok/hok1v1/env1v1.py` ``` # import hok.hok1v1.lib.interface as interface # replace with from hok.hok1v1.lib import interface as interface ```