Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing 1 required positional argument: 'map_name' #16

Open
Maverobot opened this issue May 18, 2018 · 2 comments
Open

missing 1 required positional argument: 'map_name' #16

Maverobot opened this issue May 18, 2018 · 2 comments

Comments

@Maverobot
Copy link

Hello, I am trying to get the example work in Windows 10. Here is an error which I encountered.

Traceback (most recent call last):
  File "train_mineral_shards.py", line 302, in <module>
    main()
  File "train_mineral_shards.py", line 168, in main
    env = SubprocVecEnv(FLAGS.num_agents + FLAGS.num_scripts, FLAGS.map)
TypeError: __init__() missing 1 required positional argument: 'map_name'
@diyi-liu
Copy link

Same problem here.

@lwneal
Copy link
Contributor

lwneal commented Jun 25, 2018

I was able to fix this error on Ubuntu 16.04 with pysc2 2.0.1 using #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants