GoBigger-Challenge-2021
GoBigger-Challenge-2021 copied to clipboard
请问一下这个提供的例子是不是不兼容新版本的DI-engine
没有办法复现,提示
Traceback (most recent call last):
File "gobigger_selfplay_baseline_main.py", line 15, in
注释掉BaseEnvInfo和相关方法会提示 Traceback (most recent call last): File "C:\Users\abc\Anaconda3\envs\qiuqiu\lib\site-packages\ding\envs\env_manager\base_env_manager.py", line 111, in init self._observation_space = self._env_ref.observation_space AttributeError: 'GoBiggerEnv' object has no attribute 'observation_space'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gobigger_selfplay_baseline_main.py", line 106, in
Hi, thanks to your attention, GoBigger is updating, and new version will come soon! If you want to try this old version, maybe you can try the following: GoBigger: pip install gobigger==0.1.5 DI-engine: (https://github.com/opendilab/DI-engine/releases/tag/v0.2.3)