From 60f355076b244802de6b6a32820a3b77f26c060a Mon Sep 17 00:00:00 2001 From: huangshiyu Date: Fri, 7 Jul 2023 16:52:41 +0800 Subject: [PATCH] update --- examples/smac/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smac/README.md b/examples/smac/README.md index 9d29b495..5fb14e76 100644 --- a/examples/smac/README.md +++ b/examples/smac/README.md @@ -3,7 +3,7 @@ Installation guide for Linux: - `pip install pysc2` -- Download `StarCraftII.zip` from [Tsinghua Cloud](https://cloud.tsinghua.edu.cn/d/da76bbb842f34d109b80/?p=%2Fresearch%2FRL%2Fenv%2FSMAC&mode=list) or from [Google Drive](https://drive.google.com/drive/folders/1umnlFotrXdEnmTUqfzGoJfJ7kAKf-eKO). +- Download `StarCraftII.zip` from [Google Drive](https://drive.google.com/drive/folders/1umnlFotrXdEnmTUqfzGoJfJ7kAKf-eKO). - unzip `StarCraftII.zip` to `~/StarCraftII/`: `unzip StarCraftII.zip -d ~/` - If something is wrong with protobuf, you can do this: `pip install protobuf==3.20.3`