-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(pu): add Sampled MuZero/UniZero, DMC env and related configs (#…
…260) * feature(pu): add dmc2gym and related configs * fix(pu): fix sampled_efficientzero_model for dmc2gym * sync code * polish(pu): polish sez config for dmc2gym and lunarlander * feature(pu): add Sampled MuZero * feature(pu): add lunarlander sampled muzero config * feature(pu): add sampled unizero and its pendulum config * feature(pu): add sampled unizero's lunarlander and bipedalwalker config * sync code * polish(pu): polish sampled muzero * fix(pu): fix min_max_stats bug in ctree_sampled_muzero * fix(pu): fix min_max_stats bug in ctree_sampled_muzero * polish(pu): polish sampled related configs * feature(pu): add dmc2gym sampled related configs * fix(pu): fix dmc2gym suz config * fix(pu): use LN in sampled unizero * polish(pu): use sim_norm in act_embedding in continuous action space * fix(pu): fix expand bug in policy_loss of sampled unizero * polish(pu): polish sampled unziero lunarlander configs * fix(pu): fix sampled unizero action .long() bug in continuous action space * polish(pu): polish dmc state sampled-unizero configs * fix(pu): fix label_policy in sampled unizero * polish(pu): polish sampled related env/configs/policy/model/buffer * polish(pu): update readme --------- Co-authored-by: dyyoungg <[email protected]> Co-authored-by: jiayilee65 <[email protected]>
- Loading branch information
1 parent
0064381
commit 8300a52
Showing
58 changed files
with
8,072 additions
and
308 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.