You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we run the examle, but some errors occur.
File "D:\Anaconda\anaconda3\lib\site-packages\smac\env\starcraft2\starcraft2.py", line 344, in reset
self._launch()
File "D:\Anaconda\anaconda3\lib\site-packages\smac\env\starcraft2\starcraft2.py", line 292, in _launch
self._sc2_proc = self._run_config.start(version=self.game_version,
File "D:\Anaconda\anaconda3\lib\site-packages\pysc2\run_configs\platforms.py", line 87, in start
return sc_process.StarcraftProcess(
TypeError: type object got multiple values for keyword argument 'version'
The text was updated successfully, but these errors were encountered:
we run the examle, but some errors occur.
File "D:\Anaconda\anaconda3\lib\site-packages\smac\env\starcraft2\starcraft2.py", line 344, in reset
self._launch()
File "D:\Anaconda\anaconda3\lib\site-packages\smac\env\starcraft2\starcraft2.py", line 292, in _launch
self._sc2_proc = self._run_config.start(version=self.game_version,
File "D:\Anaconda\anaconda3\lib\site-packages\pysc2\run_configs\platforms.py", line 87, in start
return sc_process.StarcraftProcess(
TypeError: type object got multiple values for keyword argument 'version'
The text was updated successfully, but these errors were encountered: