Commit
·
2659035
1
Parent(s):
39a3b55
Update README.md
Browse files
README.md
CHANGED
|
@@ -127,7 +127,7 @@ For debugging in VSCode, this configuration example might be helpful to you:
|
|
| 127 |
|
| 128 |
## Running analyses
|
| 129 |
|
| 130 |
-
We also provide analysis and plotting code to replicate many of the plots in our paper. See `tasks/.../analysis/*` for more details on that. We
|
| 131 |
```
|
| 132 |
conda install -c conda-forge ffmpeg
|
| 133 |
```
|
|
|
|
| 127 |
|
| 128 |
## Running analyses
|
| 129 |
|
| 130 |
+
We also provide analysis and plotting code to replicate many of the plots in our paper. See `tasks/.../analysis/*` for more details on that. We also provide some data (e.g., the mazes we generated for training) and checkpoints (see [here](#checkpoints-and-data)). Note that ffmpeg is required for generating mp4 files from the analysis scripts. It can be installed with:
|
| 131 |
```
|
| 132 |
conda install -c conda-forge ffmpeg
|
| 133 |
```
|