-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(xcy): add ReZero algo. and related configs (#238)
* feature(xcy):print tree and reuse the node * polish(xcy): change test file * feature(xcy): add node graph and reuse to test * feature(xcy): add my algorithm * feature(xcy): add my algorithm and the config file * feature(xcy):add reuse and search_and_save * feature(xcy): add breakout configs * feature(xcy): add pong config * feature(xcy):add buffer time log * feature(xcy): add big batch code * feature(xcy):add big batch and speed test * polish(xcy): polish speed test * feature(xcy):add speed and memory log * feature(xcy):change to final framework * feature(xcy): add configs and reanalyze freq * Added Untitled Diagram.drawio * feature(xcy):add MCTS collect and change cnode * feature(pu): add rezero configs for lunarlander/connect4/gomoku * feature(xcy): add qbert and upndown * feature(xcy):add reez * polish(xcy):little typos * polish(xcy):requirements * polish(pu): polish configs * polish(xcy):test ez ratio1 * feature(xcy): return to gym atari * polish(xcy):change configs * polish(xcy):change config * polish(xcy):change config * polish(pu): polish configs * feature(xcy):fix ma and add nrma * polish(xcy):add config * polish(xcy):polish data process for reuse search * feature(xcy):refractor the code * feature(xcy):back to gym * add some config * feature(xcy):Refactor policy collect and reuse * polish(pu): polish game_buffer_rezero and configs * polish(pu): polish search_with_reuse and policy * polish(pu): polish muzero_collector * polish(pu): polish rezero configs * fix(pu): fix muzero_collector.py * polish(pu): polish train_rezero.py * polish(pu): polish buffer_reanalyze_freq * polish(pu): polish padding action comments * polish(pu): rename model_update_ratio to replay_ratio * polish(pu): polish comments * polish(pu): polish rezero configs * polish(pu): add rezero in readme algo/env tables --------- Co-authored-by: HarryXuancy <lhsxxcy@126.com> Co-authored-by: HarryXuancy <52876902+HarryXuancy@users.noreply.github.com> Co-authored-by: jiayilee65 <jiayilee65@163.com>
- Loading branch information
1 parent
61e8960
commit 87de8f9
Showing
82 changed files
with
3,363 additions
and
313 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
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.