forked from openai/baselines
-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancements (Tensorboard and ACKTR recurrent policies) (#185)
* initial tensorboard timestep fix (ppo2) #56 * finished Tensorboard fix * fixed KFAC when reshapes are in the policy #70 * fixed test callback variable name * Refactor num_timesteps reset + update changelog + update callback check * Fix redeclaration of total_timesteps * Reduce default tensorboard log size * Fix writing metadata when tb full log disabled * Enable LSTM tests for ACKTR + update doc * Fixes for new gym version (breaking changes!) * Add test for tensorboard + fix for DDPG logging * Fix travis build * Fix tb test style * Convert tabs to spaces * Attempt to fix tf dependency * Fix typo * Update changelog * Update version name
- Loading branch information
Showing
26 changed files
with
468 additions
and
213 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
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
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
Oops, something went wrong.