-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pu): polish all mlp model and related configs (#26)
* feature(pu): add discrete_action_encoding_type option * fix(pu): don't use last_linear_layer_init_zero in the middle layers in mlp model * fix(pu): add activation in the final layers of common fcn and representation network * feature(pu): add norm type option in ez mlp model * polish(pu): polish mz mlp model * debug(pu): use the same common and muzero_model_mlp with branch main-before-release * polish(pu): set output_norm=True for all MLP model * polish(pu): polish output_norm and output_activation * polish(pu): add res_connection_in_dynamics option in muzero_mlp_model * fix(pu): fix output_norm, output_act and init_zero in mlp model * polish(pu): rename hidden_state to latent_state in policy, polish mlp config * style(pu): yapf format * polish(pu): polish norm_type
- Loading branch information
1 parent
0c6cc13
commit 1d2b8f2
Showing
30 changed files
with
557 additions
and
259 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
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.