9191
9292 < h1 > All modules for which code is available</ h1 >
9393< ul > < li > < a href ="_abc.html "> _abc</ a > </ li >
94+ < li > < a href ="lzero/agent/alphazero.html "> lzero.agent.alphazero</ a > </ li >
95+ < li > < a href ="lzero/agent/efficientzero.html "> lzero.agent.efficientzero</ a > </ li >
96+ < li > < a href ="lzero/agent/gumbel_muzero.html "> lzero.agent.gumbel_muzero</ a > </ li >
97+ < li > < a href ="lzero/agent/muzero.html "> lzero.agent.muzero</ a > </ li >
98+ < li > < a href ="lzero/agent/sampled_alphazero.html "> lzero.agent.sampled_alphazero</ a > </ li >
99+ < li > < a href ="lzero/agent/sampled_efficientzero.html "> lzero.agent.sampled_efficientzero</ a > </ li >
94100< li > < a href ="lzero/entry/eval_alphazero.html "> lzero.entry.eval_alphazero</ a > </ li >
95101< li > < a href ="lzero/entry/eval_muzero.html "> lzero.entry.eval_muzero</ a > </ li >
96102< li > < a href ="lzero/entry/eval_muzero_with_gym_env.html "> lzero.entry.eval_muzero_with_gym_env</ a > </ li >
@@ -103,9 +109,26 @@ <h1>All modules for which code is available</h1>
103109< li > < a href ="lzero/mcts/buffer/game_buffer.html "> lzero.mcts.buffer.game_buffer</ a > </ li >
104110< li > < a href ="lzero/mcts/buffer/game_buffer_muzero.html "> lzero.mcts.buffer.game_buffer_muzero</ a > </ li >
105111< li > < a href ="lzero/mcts/tree_search/mcts_ctree.html "> lzero.mcts.tree_search.mcts_ctree</ a > </ li >
112+ < li > < a href ="lzero/model/alphazero_model.html "> lzero.model.alphazero_model</ a > </ li >
113+ < li > < a href ="lzero/model/common.html "> lzero.model.common</ a > </ li >
114+ < li > < a href ="lzero/model/efficientzero_model.html "> lzero.model.efficientzero_model</ a > </ li >
115+ < li > < a href ="lzero/model/efficientzero_model_mlp.html "> lzero.model.efficientzero_model_mlp</ a > </ li >
116+ < li > < a href ="lzero/model/muzero_model.html "> lzero.model.muzero_model</ a > </ li >
117+ < li > < a href ="lzero/model/muzero_model_mlp.html "> lzero.model.muzero_model_mlp</ a > </ li >
118+ < li > < a href ="lzero/model/sampled_efficientzero_model.html "> lzero.model.sampled_efficientzero_model</ a > </ li >
119+ < li > < a href ="lzero/model/sampled_efficientzero_model_mlp.html "> lzero.model.sampled_efficientzero_model_mlp</ a > </ li >
120+ < li > < a href ="lzero/model/stochastic_muzero_model.html "> lzero.model.stochastic_muzero_model</ a > </ li >
121+ < li > < a href ="lzero/model/stochastic_muzero_model_mlp.html "> lzero.model.stochastic_muzero_model_mlp</ a > </ li >
106122< li > < a href ="lzero/policy/alphazero.html "> lzero.policy.alphazero</ a > </ li >
123+ < li > < a href ="lzero/policy/efficientzero.html "> lzero.policy.efficientzero</ a > </ li >
107124< li > < a href ="lzero/policy/gumbel_alphazero.html "> lzero.policy.gumbel_alphazero</ a > </ li >
125+ < li > < a href ="lzero/policy/gumbel_muzero.html "> lzero.policy.gumbel_muzero</ a > </ li >
126+ < li > < a href ="lzero/policy/muzero.html "> lzero.policy.muzero</ a > </ li >
108127< li > < a href ="lzero/policy/sampled_alphazero.html "> lzero.policy.sampled_alphazero</ a > </ li >
128+ < li > < a href ="lzero/policy/sampled_efficientzero.html "> lzero.policy.sampled_efficientzero</ a > </ li >
129+ < li > < a href ="lzero/policy/sampled_muzero.html "> lzero.policy.sampled_muzero</ a > </ li >
130+ < li > < a href ="lzero/policy/stochastic_muzero.html "> lzero.policy.stochastic_muzero</ a > </ li >
131+ < li > < a href ="lzero/policy/unizero.html "> lzero.policy.unizero</ a > </ li >
109132< li > < a href ="lzero/worker/muzero_collector.html "> lzero.worker.muzero_collector</ a > </ li >
110133< li > < a href ="lzero/worker/muzero_evaluator.html "> lzero.worker.muzero_evaluator</ a > </ li >
111134</ ul >
0 commit comments