-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(pu): add Go env, AlphaZero ctree and league training #65
base: main
Are you sure you want to change the base?
Commits on May 3, 2023
-
feature(pu): add init league version of alphazero config and collecto…
…r for tictactoe and gomoku
Configuration menu - View commit details
-
Copy full SHA for 1d43e5e - Browse repository at this point
Copy the full SHA 1d43e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 473cfd6 - Browse repository at this point
Copy the full SHA 473cfd6View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7355fc8 - Browse repository at this point
Copy the full SHA 7355fc8View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9502336 - Browse repository at this point
Copy the full SHA 9502336View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0897677 - Browse repository at this point
Copy the full SHA 0897677View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43e3abf - Browse repository at this point
Copy the full SHA 43e3abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6490a - Browse repository at this point
Copy the full SHA 8d6490aView commit details -
feature(pu): add snapshot_the_player_in_iter_zero and one_phase_step …
…option, fix norm_type in az prediction net, fix temperature in az_league
Configuration menu - View commit details
-
Copy full SHA for 71d6eac - Browse repository at this point
Copy the full SHA 71d6eacView commit details
Commits on May 17, 2023
-
fix(pu): only use the main_player transitions to tran main_player, po…
…lish league config
Configuration menu - View commit details
-
Copy full SHA for 52b5d8c - Browse repository at this point
Copy the full SHA 52b5d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31376c6 - Browse repository at this point
Copy the full SHA 31376c6View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d38129 - Browse repository at this point
Copy the full SHA 0d38129View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3be43 - Browse repository at this point
Copy the full SHA cc3be43View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed4f30 - Browse repository at this point
Copy the full SHA aed4f30View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36ecf62 - Browse repository at this point
Copy the full SHA 36ecf62View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5dfa97c - Browse repository at this point
Copy the full SHA 5dfa97cView commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73c18fd - Browse repository at this point
Copy the full SHA 73c18fdView commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa41a55 - Browse repository at this point
Copy the full SHA aa41a55View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e10e849 - Browse repository at this point
Copy the full SHA e10e849View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0509d4 - Browse repository at this point
Copy the full SHA b0509d4View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 689e1c7 - Browse repository at this point
Copy the full SHA 689e1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34025e7 - Browse repository at this point
Copy the full SHA 34025e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9359a3 - Browse repository at this point
Copy the full SHA c9359a3View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51df0d5 - Browse repository at this point
Copy the full SHA 51df0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b68ba9 - Browse repository at this point
Copy the full SHA 5b68ba9View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b975913 - Browse repository at this point
Copy the full SHA b975913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2349e28 - Browse repository at this point
Copy the full SHA 2349e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e62926 - Browse repository at this point
Copy the full SHA 2e62926View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6083e4 - Browse repository at this point
Copy the full SHA d6083e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4803c - Browse repository at this point
Copy the full SHA 0f4803cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef40bd - Browse repository at this point
Copy the full SHA 6ef40bdView commit details
Commits on Jul 25, 2023
-
feature(pu): add go_bot_policy_v0 and ao_alphazero_league_config, pol…
…ish the update of katago_game_state
Configuration menu - View commit details
-
Copy full SHA for db6cca1 - Browse repository at this point
Copy the full SHA db6cca1View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5372979 - Browse repository at this point
Copy the full SHA 5372979View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec6805 - Browse repository at this point
Copy the full SHA aec6805View commit details
Commits on Aug 2, 2023
-
polish(pu): polish visit_count_to_action_dist method, polish reset_ka…
…tago_game_state, polish go_alphazero_league_config
Configuration menu - View commit details
-
Copy full SHA for bfeeaf5 - Browse repository at this point
Copy the full SHA bfeeaf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d965be2 - Browse repository at this point
Copy the full SHA d965be2View commit details
Commits on Aug 4, 2023
-
polish(pu): optimize the get_next_action method by replacing the deep…
…copy operation on the env object with env.reset().
Configuration menu - View commit details
-
Copy full SHA for 3adc32b - Browse repository at this point
Copy the full SHA 3adc32bView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a696efd - Browse repository at this point
Copy the full SHA a696efdView commit details -
Merge branch 'main' of https://github.com/opendilab/LightZero into de…
…v-go-league-polish-copy
Configuration menu - View commit details
-
Copy full SHA for 5138dfa - Browse repository at this point
Copy the full SHA 5138dfaView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bccaeb - Browse repository at this point
Copy the full SHA 6bccaebView commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bca67bc - Browse repository at this point
Copy the full SHA bca67bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 475df17 - Browse repository at this point
Copy the full SHA 475df17View commit details