adding tensorboard writer for training loss and cv loss

This commit is contained in:
Arec
2021-07-26 02:38:50 -07:00
parent 969812c5cc
commit 7b2ca6edc7
3 changed files with 17 additions and 6 deletions

View File

@@ -33,6 +33,10 @@ You can then train a default behavior cloning policy with the following. Be sure
```
python src/main.py --train
```
You can run tensorboard by running the following and opening `localhost:6006` (or alternatively port-forwarding 6006 from the remote server)
```
tensorboard --logdir output/
```
You can then test the learned policy with the following, and see the animation file in `output/`:
```
python src/main.py --test