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.
* Remove n_lstm parameter from the BasePolicy and ActorCritic class. * Initial draft for more flexible lstm architectures. * Fix bug in value network construction. * Fix formatting. * Add tests for flexible lstm policy architectures. * Add documentation. * Also test old LSTM Policy. * fix formatting stable_baselines/common/policies.py Co-Authored-By: erniejunior <[email protected]> * fix typo in stable_baselines/common/policies.py Co-Authored-By: erniejunior <[email protected]> * explain magic numbers in stable_baselines/common/policies.py Co-Authored-By: erniejunior <[email protected]> * Explain that 'lstm' entry is mandatory and the LSTM is shared between value and policy network. * update changelog * Fix indentation error.
- Loading branch information
Showing
7 changed files
with
162 additions
and
55 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
Oops, something went wrong.