Skip to content

Commit

Permalink
Remove KataGo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MaverickRen committed Feb 14, 2025
1 parent 73ac79d commit 54ee725
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,11 @@ bash install.sh
The testing in our paper relies on the KataGo Go engine. Due to the complexity of KataGo's environment setup, we default to not using KataGo as the move evaluation engine. If you wish to use the KataGo engine for detailed move analysis, please use the script below or refer to the [official website](https://github.com/lightvector/KataGo) for installation, and replace the configuration file with go_battle_vs_human.py in the startup script.

```
# If you don't need to install KataGo, please do not run this.
cd VideoWorld # This VideoWorld is located in a subdirectory.
bash install_katago.sh
```
Use the script to start a match:
```
# Please place the weight in the path: ./VideoWorld/work_dirs/go_battle.pth
cd VideoWorld # This VideoWorld is located in a subdirectory.
bash ./tools/battle_vs_human.sh
```
We provide the [weight files](https://huggingface.co/maverickrzw/VideoWorld-GoBattle/blob/main) for playing against humans. Please place the various weights according to the following directory structure to start the test. VideoWorld will generate the latent code and the board image for the next move.

```
├── VideoWorld
│ ├── VideoWorld
Expand All @@ -78,6 +72,13 @@ We provide the [weight files](https://huggingface.co/maverickrzw/VideoWorld-GoBa
│ └── └── Intern_300m
```

Then, Use the script to start a match:
```
cd VideoWorld # This VideoWorld is located in a subdirectory.
bash ./tools/battle_vs_human.sh
```


### Robotics
Download CALVIN dataset follow the official instructions and organize it as follows:
```
Expand Down

0 comments on commit 54ee725

Please sign in to comment.