forked from tensorflow/agents
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. extend ActorDistributionRnnNetwork to handle complex observations …
…with preprocessing_layer and preprocessing_combiner 2. rename ActorDistributionRnnNetwork constructor parameter categorical_projection_net as discrete_projection_net, normal_projection_net as continuous_projection_net to be consistent with ActorDistributionNetwork PiperOrigin-RevId: 260602283 Change-Id: Iebb1eaab73bafdcb775623c62fd2b35dc599fbd4
- Loading branch information
1 parent
3072d16
commit 6e7ef80
Showing
3 changed files
with
103 additions
and
112 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