Skip to content

Commit 89a43a9

Browse files
committed
deploy: 4dee81d
1 parent 65a4446 commit 89a43a9

36 files changed

+26210
-550
lines changed

_modules/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,19 @@
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>
100+
<li><a href="lzero/entry/eval_alphazero.html">lzero.entry.eval_alphazero</a></li>
101+
<li><a href="lzero/entry/eval_muzero.html">lzero.entry.eval_muzero</a></li>
102+
<li><a href="lzero/entry/eval_muzero_with_gym_env.html">lzero.entry.eval_muzero_with_gym_env</a></li>
103+
<li><a href="lzero/entry/train_alphazero.html">lzero.entry.train_alphazero</a></li>
104+
<li><a href="lzero/entry/train_muzero.html">lzero.entry.train_muzero</a></li>
105+
<li><a href="lzero/entry/train_muzero_with_gym_env.html">lzero.entry.train_muzero_with_gym_env</a></li>
106+
<li><a href="lzero/entry/train_muzero_with_reward_model.html">lzero.entry.train_muzero_with_reward_model</a></li>
94107
<li><a href="lzero/envs/wrappers/action_discretization_env_wrapper.html">lzero.envs.wrappers.action_discretization_env_wrapper</a></li>
95108
<li><a href="lzero/envs/wrappers/lightzero_env_wrapper.html">lzero.envs.wrappers.lightzero_env_wrapper</a></li>
96109
<li><a href="lzero/mcts/buffer/game_buffer.html">lzero.mcts.buffer.game_buffer</a></li>
@@ -107,8 +120,17 @@ <h1>All modules for which code is available</h1>
107120
<li><a href="lzero/model/stochastic_muzero_model.html">lzero.model.stochastic_muzero_model</a></li>
108121
<li><a href="lzero/model/stochastic_muzero_model_mlp.html">lzero.model.stochastic_muzero_model_mlp</a></li>
109122
<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>
110124
<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>
111127
<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>
132+
<li><a href="lzero/worker/muzero_collector.html">lzero.worker.muzero_collector</a></li>
133+
<li><a href="lzero/worker/muzero_evaluator.html">lzero.worker.muzero_evaluator</a></li>
112134
</ul>
113135

114136

_modules/lzero/agent/alphazero.html

Lines changed: 505 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/agent/efficientzero.html

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/agent/gumbel_muzero.html

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/agent/muzero.html

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/agent/sampled_alphazero.html

Lines changed: 505 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/agent/sampled_efficientzero.html

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/entry/eval_alphazero.html

Lines changed: 220 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/entry/eval_muzero.html

Lines changed: 233 additions & 0 deletions
Large diffs are not rendered by default.

_modules/lzero/entry/eval_muzero_with_gym_env.html

Lines changed: 242 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)