Skip to content

Commit

Permalink
[Feature] resume aim after iterruption (#162)
Browse files Browse the repository at this point in the history
* Remove sub-dependencies from requirements. Specify minimum versions of core dependencies.

* Change the frequency of Tensorboard logging to every `num_log_iter` iterations.

* Format `algorithmbase.py` according to standard PEP-8 style guidelines.

* Resume Aim tracking (if applicable) when resuming training.

* Update the Change log.

* Change the frequency of Tensorboard logging to every `num_log_iter` iterations.

* Format `algorithmbase.py` according to standard PEP-8 style guidelines.

* Resume Aim tracking (if applicable) when resuming training.

* Update the Change log.

* Remove changes from other PR.

---------

Co-authored-by: Adam Tupper <adam.tupper@outlook.com>
  • Loading branch information
adamtupper and Adam Tupper authored Sep 18, 2023
1 parent 5802e68 commit b059792
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 181 deletions.
1 change: 1 addition & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log

* Aim tracking now resumes tracking the same run when resuming training.
* Simplified and improved the flexibility of the dependencies.
* Fixes hard-coded repository path for Aim experiment tracking.

Expand Down
Loading

0 comments on commit b059792

Please sign in to comment.