Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco authored Jul 11, 2020
1 parent dd280ad commit 66660e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ python train.py --logdir ant \

### Checkpoints

Checkpoints and diagnostic information will be saved in a new `ant` folder given by the `--logdir` command line argument. This folder will contain a file with a name like `events.out.tfevents.1594452506.desktop.9612.13.v2`, and several checkpoints with a name like `ckpt-100001.data-00000-of-00004`. When training initializes, an existing checkpoint will be loaded from the `--logdir` folder, which includes the replay buffer, optimizers, and neural network weights.
Checkpoints and diagnostic information will be saved in a new `ant` folder given by the `--logdir` command line argument. This folder will contain a file with a name like `events.out.tfevents.1594452506.desktop.9612.13.v2`, and several checkpoints with a name like `ckpt-100001.data-00000-of-00004`.

When training initializes, an existing checkpoint will be loaded from the `--logdir` folder, which includes the replay buffer, optimizers, and neural network weights.

### Visualization

Expand Down

0 comments on commit 66660e2

Please sign in to comment.