Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegrigsby authored Sep 2, 2024
1 parent cb24aae commit 12380c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@ This examples uses a `TrajEncoder` that is just a feedforward network. Training
</details>

#### AMAGO Output Directories
Aside from the `wandb` logging metrics, AMAGO outputs data in the following format (listed according to the arguments of the main `learning.Experiment` trainer):
Aside from the `wandb` logging metrics, AMAGO outputs data in the following format (listed according to the arguments of the main `learning.Experiment` trainer or the command line args of the examples):

```bash
{Experiment.dset_root}/
- {Experiment.dset_name}/
{Experiment.dset_root} or {--buffer_dir}/
- {Experiment.dset_name} or {--run_name}/
- train/
# replay buffer of sequence data stored on disk as `*.traj` files
{environment_name}_{random_id}_{unix_time}.traj
{environment_name}_{another_random_id}_{later_unix_time}.traj
...
- {Experiment.run_name}/
- {Experiment.run_name} or {--run_name}/
- ckpts/
# full checkpoints that allow training to resume; saved at regular intervals
- {Experiment.run_name}_epoch_0
Expand Down Expand Up @@ -282,4 +282,4 @@ If you use AMAGO in your research, please consider citing our paper:
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```
```

0 comments on commit 12380c0

Please sign in to comment.