-
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(zjow): add agent configurations & polish replay video saving …
…methods (#184) * Add muzero config * polish atari env replay code * add more variant muzero agents * add more variant muzero agents * polish setup * Add tictactoe * polish render of pendulum * polish muzero breakout config * Add efficientzero config * Add efficientzero config * polish atari env replay * polish code * add sampled efficientzero config * add sampled efficientzero config * add sampled efficientzero config * Add gomoku & tictactow Agent config * polish config * change env_name in config into env_id
- Loading branch information
Showing
129 changed files
with
4,676 additions
and
303 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
from .alphazero import AlphaZeroAgent | ||
from .efficientzero import EfficientZeroAgent | ||
from .gumbel_muzero import GumbelMuZeroAgent | ||
from .muzero import MuZeroAgent | ||
from .sampled_alphazero import SampledAlphaZeroAgent | ||
from .sampled_efficientzero import SampledEfficientZeroAgent |
Oops, something went wrong.