Giter VIP home page Giter VIP logo

Comments (4)

98luobo avatar 98luobo commented on May 23, 2024

Traceback (most recent call last):
File "main.py", line 73, in
run(config, logger)
File "D:\Code Warehouse\paper_code_5_9\run.py", line 49, in run
run_sequential(args=args, logger=logger)
File "D:\Code Warehouse\paper_code_5_9\run.py", line 180, in run_sequential
episode_batch = runner.run(test_mode=False)
File "D:\Code Warehouse\paper_code_5_9\runners\episode_runner.py", line 116, in run
reward, terminated, env_info = self.env.step(actions[0])
File "d:\code warehouse\git warehouse\smac\smac\env\starcraft2\starcraft2.py", line 483, in step
self.full_restart()
File "d:\code warehouse\git warehouse\smac\smac\env\starcraft2\starcraft2.py", line 449, in full_restart
self._launch()
File "d:\code warehouse\git warehouse\smac\smac\env\starcraft2\starcraft2.py", line 343, in _launch
self._controller.create_game(create)
File "D:\Anaconda\envs\py36_marl\lib\site-packages\pysc2\lib\remote_controller.py", line 99, in _valid_status
return func(self, *args, **kwargs)
File "D:\Anaconda\envs\py36_marl\lib\site-packages\pysc2\lib\remote_controller.py", line 74, in _check_error
return check_error(func(*args, **kwargs), error_enum)
File "D:\Anaconda\envs\py36_marl\lib\site-packages\pysc2\lib\remote_controller.py", line 65, in check_error
raise RequestError("%s.%s: '%s'" % (enum_name, error_name, details), res)
pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseCreateGame.Error.InvalidMapData: 'temporary map 'C:\Users\xx\AppData\Local\Temp\StarCraft II\TempLaunchMap.SC2Map' has invalid data.'

from pysc2.

Riccardos avatar Riccardos commented on May 23, 2024

Hi, I think your map file is corrupted, try redownloading
I had a similar problem downloading melee maps from https://github.com/Blizzard/s2client-proto#downloads:
my problem was i unzipped the file with a wrong password

from pysc2.

tewalds avatar tewalds commented on May 23, 2024

Either corrupt data, or it's a new map that doesn't work with an old version of the game.

from pysc2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.