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
Hallo , when I run command "python enjoy_mineral_shards.py" in terminal ,the error is:
Traceback (most recent call last):
File "enjoy_mineral_shards.py", line 163, in
main()
File "enjoy_mineral_shards.py", line 39, in main
game_steps_per_episode=steps * step_mul) as env:
File "/home/m/.local/lib/python3.5/site-packages/pysc2/env/sc2_env.py", line 248, in init
raise ValueError("Please specify agent_interface_format.")
ValueError: Please specify agent_interface_format.
Can anyone else can solve it ??? Thanks
The text was updated successfully, but these errors were encountered:
add agent_interface_format=sc2_env.AgentInterfaceFormat( feature_dimensions=sc2_env.Dimensions( screen=84, minimap=64))
will solve the problem.
But then you will meet batchinput error,load_state error and key error 'screen'.
Hallo , when I run command "python enjoy_mineral_shards.py" in terminal ,the error is:
Traceback (most recent call last):
File "enjoy_mineral_shards.py", line 163, in
main()
File "enjoy_mineral_shards.py", line 39, in main
game_steps_per_episode=steps * step_mul) as env:
File "/home/m/.local/lib/python3.5/site-packages/pysc2/env/sc2_env.py", line 248, in init
raise ValueError("Please specify agent_interface_format.")
ValueError: Please specify agent_interface_format.
Can anyone else can solve it ??? Thanks
The text was updated successfully, but these errors were encountered: