Skip to content

Commit

Permalink
Adding logging example in the train policy example file
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankChaturvedi committed Sep 5, 2024
1 parent 781bd7f commit 7eaa58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4_train_policy_with_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ When you start the training process, you will first see your full configuration
After that, you will see training log like this one:

```
INFO 2024-08-14 13:35:12 smpl:2K ep:3 epch:0.06 loss:3.706 grdn:94.749 lr:1.0e-05 updt_max|avg:1472|1159 data_max|avg:22|10
INFO 2024-08-14 13:35:12 ts/train.py:192 smpl:2K ep:3 epch:0.06 loss:3.706 grdn:94.749 lr:1.0e-05 updt_max|avg:1472|1159 data_max|avg:22|10
```

or evaluation log like:
Expand Down

0 comments on commit 7eaa58a

Please sign in to comment.