Skip to content

Commit

Permalink
docのスタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pocokhc committed Aug 6, 2024
1 parent 417a54e commit a5e177e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21 deletions.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/pages/custom_env.doctree
Binary file not shown.
15 changes: 7 additions & 8 deletions docs/_sources/pages/custom_env.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ Making a Custom environment
1. 環境クラスの実装
=====================

自作環境を作成する方法は大きく二つあります。

1-1. `Gym <https://github.com/openai/gym>`_ または `Gymnasium <https://github.com/Farama-Foundation/Gymnasium>`_ (以下Gym)の環境を用意する
1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する

どちらで作成しても問題ありません。
それぞれについて説明します。

| 自作環境を作成する方法は大きく二つあります。
|
| 1-1. `Gym <https://github.com/openai/gym>`_ または `Gymnasium <https://github.com/Farama-Foundation/Gymnasium>`_ (以下Gym)の環境を用意する
| 1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する
|
| どちらで作成しても問題ありません。
| それぞれについて説明します。
1-1. Gymクラスによる実装
--------------------------------------------
Expand Down
14 changes: 9 additions & 5 deletions docs/pages/custom_env.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,15 @@
</ul>
<section id="id1">
<h2>1. 環境クラスの実装<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<p>自作環境を作成する方法は大きく二つあります。</p>
<p>1-1. <a class="reference external" href="https://github.com/openai/gym">Gym</a> または <a class="reference external" href="https://github.com/Farama-Foundation/Gymnasium">Gymnasium</a> (以下Gym)の環境を用意する
1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する</p>
<p>どちらで作成しても問題ありません。
それぞれについて説明します。</p>
<div class="line-block">
<div class="line">自作環境を作成する方法は大きく二つあります。</div>
<div class="line"><br /></div>
<div class="line">1-1. <a class="reference external" href="https://github.com/openai/gym">Gym</a> または <a class="reference external" href="https://github.com/Farama-Foundation/Gymnasium">Gymnasium</a> (以下Gym)の環境を用意する</div>
<div class="line">1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する</div>
<div class="line"><br /></div>
<div class="line">どちらで作成しても問題ありません。</div>
<div class="line">それぞれについて説明します。</div>
</div>
<section id="id2">
<h3>1-1. Gymクラスによる実装<a class="headerlink" href="#id2" title="Link to this heading"></a></h3>
<div class="line-block">
Expand Down
15 changes: 7 additions & 8 deletions docs_src/pages/custom_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ Making a Custom environment
1. 環境クラスの実装
=====================

自作環境を作成する方法は大きく二つあります。

1-1. `Gym <https://github.com/openai/gym>`_ または `Gymnasium <https://github.com/Farama-Foundation/Gymnasium>`_ (以下Gym)の環境を用意する
1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する

どちらで作成しても問題ありません。
それぞれについて説明します。

| 自作環境を作成する方法は大きく二つあります。
|
| 1-1. `Gym <https://github.com/openai/gym>`_ または `Gymnasium <https://github.com/Farama-Foundation/Gymnasium>`_ (以下Gym)の環境を用意する
| 1-2. 本フレームワークで実装されている 'srl.base.env.EnvBase' を継承する
|
| どちらで作成しても問題ありません。
| それぞれについて説明します。
1-1. Gymクラスによる実装
--------------------------------------------
Expand Down

0 comments on commit a5e177e

Please sign in to comment.