Skip to content

Commit

Permalink
Deploying to gh-pages from @ 91bc342 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Jun 20, 2024
1 parent 739672d commit 0e3b9a9
Show file tree
Hide file tree
Showing 18 changed files with 1,731 additions and 118 deletions.
1 change: 1 addition & 0 deletions 13_envs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ <h1>RL Env Examples<a class="headerlink" href="#rl-env-examples" title="Permalin
<li class="toctree-l1"><a class="reference internal" href="gym_hybrid.html">gym hybrid</a></li>
<li class="toctree-l1"><a class="reference internal" href="evogym.html">Evogym</a></li>
<li class="toctree-l1"><a class="reference internal" href="metadrive.html">Metadrive</a></li>
<li class="toctree-l1"><a class="reference internal" href="taxi.html">Taxi</a></li>
</ul>
</div>
<p><a class="reference external" href="./index_zh.html">Chinese version doc</a> includes more environments that you may be interested in.</p>
Expand Down
1 change: 1 addition & 0 deletions 13_envs/index_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ <h1>强化学习环境示例<a class="headerlink" href="#id1" title="Permalink t
<li class="toctree-l1"><a class="reference internal" href="evogym_zh.html">Evogym</a></li>
<li class="toctree-l1"><a class="reference internal" href="metadrive_zh.html">Metadrive</a></li>
<li class="toctree-l1"><a class="reference internal" href="ising_model_zh.html">Ising Model</a></li>
<li class="toctree-l1"><a class="reference internal" href="taxi_zh.html">Taxi</a></li>
</ul>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions 13_envs/ising_model_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" href="../_static/css/style.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="代码规范" href="../20_spec/index_zh.html" />
<link rel="next" title="Taxi" href="taxi_zh.html" />
<link rel="prev" title="Metadrive" href="metadrive_zh.html" />
<link href="../_static/css/style.css" rel="stylesheet" type="text/css">

Expand Down Expand Up @@ -448,7 +448,7 @@ <h2>基准算法性能<a class="headerlink" href="#id8" title="Permalink to this

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="../20_spec/index_zh.html" class="btn btn-neutral float-right" title="代码规范" accesskey="n"
<a href="taxi_zh.html" class="btn btn-neutral float-right" title="Taxi" accesskey="n"
rel="next">Next <img src="../_static/images/chevron-right-blue.svg"
class="next-page"></a>

Expand Down
4 changes: 2 additions & 2 deletions 13_envs/metadrive.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" href="../_static/css/style.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Specification" href="../20_spec/index.html" />
<link rel="next" title="Taxi" href="taxi.html" />
<link rel="prev" title="Evogym" href="evogym.html" />
<link href="../_static/css/style.css" rel="stylesheet" type="text/css">

Expand Down Expand Up @@ -601,7 +601,7 @@ <h2>Benchmark Algorithm Performance<a class="headerlink" href="#benchmark-algori

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="../20_spec/index.html" class="btn btn-neutral float-right" title="Specification" accesskey="n"
<a href="taxi.html" class="btn btn-neutral float-right" title="Taxi" accesskey="n"
rel="next">Next <img src="../_static/images/chevron-right-blue.svg"
class="next-page"></a>

Expand Down
611 changes: 611 additions & 0 deletions 13_envs/taxi.html

Large diffs are not rendered by default.

612 changes: 612 additions & 0 deletions 13_envs/taxi_zh.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 20_spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Middleware specification" href="middleware.html" />
<link rel="prev" title="Metadrive" href="../13_envs/metadrive.html" />
<link rel="prev" title="Taxi" href="../13_envs/taxi.html" />
<link href="../_static/css/style.css" rel="stylesheet" type="text/css">


Expand Down Expand Up @@ -330,7 +330,7 @@ <h1>Specification<a class="headerlink" href="#specification" title="Permalink to
class="next-page"></a>


<a href="../13_envs/metadrive.html" class="btn btn-neutral" title="Metadrive" accesskey="p"
<a href="../13_envs/taxi.html" class="btn btn-neutral" title="Taxi" accesskey="p"
rel="prev"><img src="../_static/images/chevron-right-blue.svg" class="previous-page"> Previous</a>

</div>
Expand Down
4 changes: 2 additions & 2 deletions 20_spec/index_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="中间件编写规范" href="middleware_zh.html" />
<link rel="prev" title="Ising Model" href="../13_envs/ising_model_zh.html" />
<link rel="prev" title="Taxi" href="../13_envs/taxi_zh.html" />
<link href="../_static/css/style.css" rel="stylesheet" type="text/css">


Expand Down Expand Up @@ -330,7 +330,7 @@ <h1>代码规范<a class="headerlink" href="#id1" title="Permalink to this headi
class="next-page"></a>


<a href="../13_envs/ising_model_zh.html" class="btn btn-neutral" title="Ising Model" accesskey="p"
<a href="../13_envs/taxi_zh.html" class="btn btn-neutral" title="Taxi" accesskey="p"
rel="prev"><img src="../_static/images/chevron-right-blue.svg" class="previous-page"> Previous</a>

</div>
Expand Down
Binary file added _images/taxi.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/taxidqn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 54 additions & 53 deletions _sources/13_envs/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,54 @@
RL Env Examples
=====================================

The following environments are those implemented in DI-engine(You can find more environments in Chinese version. English version has only a few environments). Each environment will be introduced from the following aspects: (Some aspects may be missing in some environments)

- Overview
- Installation
- Space before transformation (Original environment)
- Key Facts
- Space after transformation (RL environment)
- Other
- DI-zoo runnable code example DI-zoo code example
- Benchmark algorithm performance Algorithm Benchmark
- References


Environments:

.. toctree::
:maxdepth: 1

atari
mujoco

cartpole
pendulum
bitflip

lunarlander
bipedalwalker
minigrid

slime_volleyball
competitive_rl
procgen
smac
d4rl
gfootball
overcooked
bsuite
pettingzoo
pybullet
dmc2gym
sokoban
gym_super_mario_bros
gym_hybrid
gym_soccer
evogym
metadrive

image_cls

`Chinese version doc <./index_zh.html>`_ includes more environments that you may be interested in.
RL Env Examples
=====================================

The following environments are those implemented in DI-engine(You can find more environments in Chinese version. English version has only a few environments). Each environment will be introduced from the following aspects: (Some aspects may be missing in some environments)

- Overview
- Installation
- Space before transformation (Original environment)
- Key Facts
- Space after transformation (RL environment)
- Other
- DI-zoo runnable code example DI-zoo code example
- Benchmark algorithm performance Algorithm Benchmark
- References


Environments:

.. toctree::
:maxdepth: 1

atari
mujoco

cartpole
pendulum
bitflip

lunarlander
bipedalwalker
minigrid

slime_volleyball
competitive_rl
procgen
smac
d4rl
gfootball
overcooked
bsuite
pettingzoo
pybullet
dmc2gym
sokoban
gym_super_mario_bros
gym_hybrid
gym_soccer
evogym
metadrive
taxi

image_cls

`Chinese version doc <./index_zh.html>`_ includes more environments that you may be interested in.
113 changes: 57 additions & 56 deletions _sources/13_envs/index_zh.rst.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
强化学习环境示例
=====================================


下述环境为DI-engine中实现了的环境。每个环境都将从以下几个方面进行介绍:

- 概述
- 安装
- 变换前的空间(原始环境)
- 关键事实
- 变换后的空间(RL环境)
- 其他
- DI-zoo 可运行代码示例
- 基准算法性能
- 参考资料


环境:

.. toctree::
:maxdepth: 1

atari_zh
mujoco_zh

cartpole_zh
pendulum_zh
acrobot_zh
bitflip_zh
frozen_lake_zh

lunarlander_zh
bipedalwalker_zh
minigrid_zh

slime_volleyball_zh
competitive_rl_zh
procgen_zh
smac_zh
d4rl_zh
gfootball_zh
overcooked_zh
bsuite_zh
pybullet_zh
pettingzoo_zh
dmc2gym_zh
sokoban_zh
gym_super_mario_bros_zh
gym_hybrid_zh
gym_soccer_zh

image_cls_zh
sokoban_zh
evogym_zh.rst
metadrive_zh
ising_model_zh
强化学习环境示例
=====================================


下述环境为DI-engine中实现了的环境。每个环境都将从以下几个方面进行介绍:

- 概述
- 安装
- 变换前的空间(原始环境)
- 关键事实
- 变换后的空间(RL环境)
- 其他
- DI-zoo 可运行代码示例
- 基准算法性能
- 参考资料


环境:

.. toctree::
:maxdepth: 1

atari_zh
mujoco_zh

cartpole_zh
pendulum_zh
acrobot_zh
bitflip_zh
frozen_lake_zh

lunarlander_zh
bipedalwalker_zh
minigrid_zh

slime_volleyball_zh
competitive_rl_zh
procgen_zh
smac_zh
d4rl_zh
gfootball_zh
overcooked_zh
bsuite_zh
pybullet_zh
pettingzoo_zh
dmc2gym_zh
sokoban_zh
gym_super_mario_bros_zh
gym_hybrid_zh
gym_soccer_zh

image_cls_zh
sokoban_zh
evogym_zh.rst
metadrive_zh
ising_model_zh
taxi_zh
Loading

0 comments on commit 0e3b9a9

Please sign in to comment.