-
안녕하세요, 저는 공학을 전공하고 있는 대학원생입니다. 블로그 글과 올려주신 코드에 많은 도움을 받고 있습니다. 다른 분야에 MARL을 적용해보려고 이것저것 찾아서 공부하고 있는데, Ray의 rllib이나 pymarl 은 setting이 너무 복잡하고 필요없는 기능들이 많아서요. 혹시 올려주신 SMAC에서 env부분을 수정하여 custom env로 ste…
-
The 4th gas worker can increase the gas per minute by around 15 if the geyser is in a diagonal and is "far". The 4th worker will be half as efficient as the other 3.
First, we should check when it ha…
-
i 've met this problem and tried to figure out whether it is Network problem or not , but seems to be others.....could you help me to solve it?
action_dict {'TRAIN UNIT': {0: 'TRAIN PROBE', 1: 'TRAI…
-
I have succeeded in installing SMAC and StarCraft2 but when running bash build.sh it appears:
`
> [ 9/21] RUN pip3 install numpy scipy pyyaml matplotlib:
#12 0.352 Traceback (most recent call last…
-
Hi, I can run "src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z" in the terminal ok. However, when I try to run the same function on pycharm I get the error I show below, any ide…
-
When i enter this command
I got this error:
`bash run.sh 'GPU' python3 src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z`
```
((src/main.py:79: YAMLLoadWarning: calling yaml.l…
-
Hi, kind man! We met in Starcraft2 PvP today!
I couldn't but rush as you did a gas terror :)
By the way, I haven't known there's a `sc2` python library!
https://github.com/eastmean0/StarCraft…
-
hello,I have download your code. And try to run it. But it occurs a error. ModuleNotFoundError: No module named 'smac'. So, could you tell me the smac?
-
```
What steps will reproduce the problem?
1. install sizewell from http://www.sizewellplugin.com/
2. some apps will cause simbl agent to crash (starcraft2 in general and some
apps which go into full…
-
Hello,
I'm starting to work on building an starcraft2 IA using pysc2.
I followed the tutorial https://itnext.io/build-a-zerg-bot-with-pysc2-2-0-295375d2f58e.
It's clear but it doesn't answer some i…