-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add actor-critic theory * update tf functions for tf2 api * bug + code style fix * revert the import of tf in a method * remove TFSummaries * add tf2 summaries * remove log_dir from TFSummaries * bring back links to a2c algo description * unify notation in formulas * Add add_summary_scalar() stub to SummariesBase * Replace default False value with a more idiomatic None Co-authored-by: MichaelSolotky <> Co-authored-by: Lionel Miller <[email protected]>
- Loading branch information
1 parent
5461e46
commit edfdd1c
Showing
2 changed files
with
107 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edfdd1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Jupyter notebook diffs for this commit on
You can open a pull request to discuss changes and offer feedback.
Powered by ReviewNB