Commit
·
a04785a
1
Parent(s):
b5d1dd8
Update README.md
Browse files- tasks/rl/README.md +1 -1
tasks/rl/README.md
CHANGED
|
@@ -9,7 +9,7 @@ bash tasks/rl/scripts/acrobot/train_ctm_2.sh
|
|
| 9 |
|
| 10 |
|
| 11 |
## Analysis
|
| 12 |
-
To run the analysis, first make sure the checkpoints are saved in the log directory (specified by the `log_dir` argument). The checkpoints can be obtained by either running the training code, or downloading them from [this link](https://drive.google.com/
|
| 13 |
|
| 14 |
```
|
| 15 |
python -m tasks.rl.analysis.run --log_dir <PATH_TO_LOG_DIR>
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
## Analysis
|
| 12 |
+
To run the analysis, first make sure the checkpoints are saved in the log directory (specified by the `log_dir` argument). The checkpoints can be obtained by either running the training code, or downloading them from [this link](https://drive.google.com/file/d/1VRl6qA5lX690A1X0emNg0nRH758XJEXJ/view?usp=drive_link).
|
| 13 |
|
| 14 |
```
|
| 15 |
python -m tasks.rl.analysis.run --log_dir <PATH_TO_LOG_DIR>
|