-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abf5383
commit 8bd9b96
Showing
151 changed files
with
97,604 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 2f97b6b5a6f1fd5e714f22e78cb6b227 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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 |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — LightZero 0.1.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/css/style.css" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../_static/jquery.js"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script> | ||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> | ||
<script src="../_static/doctools.js"></script> | ||
<script src="../_static/sphinx_highlight.js"></script> | ||
<script src="../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index_zh.html" class="icon icon-home"> | ||
LightZero | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">Tutorials</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../tutorials/algos/customize_algos_zh.html">LightZero 中如何自定义算法?</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../tutorials/envs/customize_envs_zh.html">LightZero 中如何自定义环境?</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../tutorials/config/config_zh.html">LightZero 中如何设置配置文件?</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../api_doc/index_zh.html">API Doc</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index_zh.html">LightZero</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../index_zh.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Overview: module code</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
|
||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="_abc.html">_abc</a></li> | ||
<li><a href="lzero/agent/alphazero.html">lzero.agent.alphazero</a></li> | ||
<li><a href="lzero/agent/efficientzero.html">lzero.agent.efficientzero</a></li> | ||
<li><a href="lzero/agent/gumbel_muzero.html">lzero.agent.gumbel_muzero</a></li> | ||
<li><a href="lzero/agent/muzero.html">lzero.agent.muzero</a></li> | ||
<li><a href="lzero/agent/sampled_alphazero.html">lzero.agent.sampled_alphazero</a></li> | ||
<li><a href="lzero/agent/sampled_efficientzero.html">lzero.agent.sampled_efficientzero</a></li> | ||
<li><a href="lzero/entry/eval_alphazero.html">lzero.entry.eval_alphazero</a></li> | ||
<li><a href="lzero/entry/eval_muzero.html">lzero.entry.eval_muzero</a></li> | ||
<li><a href="lzero/entry/eval_muzero_with_gym_env.html">lzero.entry.eval_muzero_with_gym_env</a></li> | ||
<li><a href="lzero/entry/train_alphazero.html">lzero.entry.train_alphazero</a></li> | ||
<li><a href="lzero/entry/train_muzero.html">lzero.entry.train_muzero</a></li> | ||
<li><a href="lzero/entry/train_muzero_with_gym_env.html">lzero.entry.train_muzero_with_gym_env</a></li> | ||
<li><a href="lzero/entry/train_muzero_with_reward_model.html">lzero.entry.train_muzero_with_reward_model</a></li> | ||
<li><a href="lzero/envs/wrappers/action_discretization_env_wrapper.html">lzero.envs.wrappers.action_discretization_env_wrapper</a></li> | ||
<li><a href="lzero/envs/wrappers/lightzero_env_wrapper.html">lzero.envs.wrappers.lightzero_env_wrapper</a></li> | ||
<li><a href="lzero/mcts/buffer/game_buffer.html">lzero.mcts.buffer.game_buffer</a></li> | ||
<li><a href="lzero/mcts/buffer/game_buffer_muzero.html">lzero.mcts.buffer.game_buffer_muzero</a></li> | ||
<li><a href="lzero/mcts/tree_search/mcts_ctree.html">lzero.mcts.tree_search.mcts_ctree</a></li> | ||
<li><a href="lzero/model/alphazero_model.html">lzero.model.alphazero_model</a></li> | ||
<li><a href="lzero/model/common.html">lzero.model.common</a></li> | ||
<li><a href="lzero/model/efficientzero_model.html">lzero.model.efficientzero_model</a></li> | ||
<li><a href="lzero/model/efficientzero_model_mlp.html">lzero.model.efficientzero_model_mlp</a></li> | ||
<li><a href="lzero/model/muzero_model.html">lzero.model.muzero_model</a></li> | ||
<li><a href="lzero/model/muzero_model_mlp.html">lzero.model.muzero_model_mlp</a></li> | ||
<li><a href="lzero/model/sampled_efficientzero_model.html">lzero.model.sampled_efficientzero_model</a></li> | ||
<li><a href="lzero/model/sampled_efficientzero_model_mlp.html">lzero.model.sampled_efficientzero_model_mlp</a></li> | ||
<li><a href="lzero/model/stochastic_muzero_model.html">lzero.model.stochastic_muzero_model</a></li> | ||
<li><a href="lzero/model/stochastic_muzero_model_mlp.html">lzero.model.stochastic_muzero_model_mlp</a></li> | ||
<li><a href="lzero/policy/alphazero.html">lzero.policy.alphazero</a></li> | ||
<li><a href="lzero/policy/efficientzero.html">lzero.policy.efficientzero</a></li> | ||
<li><a href="lzero/policy/gumbel_alphazero.html">lzero.policy.gumbel_alphazero</a></li> | ||
<li><a href="lzero/policy/gumbel_muzero.html">lzero.policy.gumbel_muzero</a></li> | ||
<li><a href="lzero/policy/muzero.html">lzero.policy.muzero</a></li> | ||
<li><a href="lzero/policy/sampled_alphazero.html">lzero.policy.sampled_alphazero</a></li> | ||
<li><a href="lzero/policy/sampled_efficientzero.html">lzero.policy.sampled_efficientzero</a></li> | ||
<li><a href="lzero/policy/stochastic_muzero.html">lzero.policy.stochastic_muzero</a></li> | ||
<li><a href="lzero/worker/muzero_collector.html">lzero.worker.muzero_collector</a></li> | ||
<li><a href="lzero/worker/muzero_evaluator.html">lzero.worker.muzero_evaluator</a></li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2023, OpenDILab Contributors.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.