Commit ·
8ade906
1
Parent(s): 33b9e1c
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ Code accompanying the paper
|
|
| 41 |
|
| 42 |
- Follow the instructions in [gfootball](https://github.com/google-research/football#on-your-computer) to set up the environment.
|
| 43 |
- `pip install gfootball`
|
| 44 |
-
- `pip install tizero` (or clone this repo and `pip install -e .`).
|
| 45 |
- test the installation by `python3 -m gfootball.play_game --action_set=full`.
|
| 46 |
|
| 47 |
### Convert dump file to video
|
|
|
|
| 41 |
|
| 42 |
- Follow the instructions in [gfootball](https://github.com/google-research/football#on-your-computer) to set up the environment.
|
| 43 |
- `pip install gfootball`
|
| 44 |
+
- `pip install tizero` (or clone [this repo](https://github.com/OpenRL-Lab/TiZero) and `pip install -e .`).
|
| 45 |
- test the installation by `python3 -m gfootball.play_game --action_set=full`.
|
| 46 |
|
| 47 |
### Convert dump file to video
|