Skip to content

Commit

Permalink
add doc for cabinet scripted agent
Browse files Browse the repository at this point in the history
  • Loading branch information
minoring committed Dec 10, 2023
1 parent faee3a7 commit 0417366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_sources/tutorials/furniture_sim.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ FurnitureSim Arguments
Automated Assembly Script
-------------------------

We provide automated furniture assembly scripts. It currently supports only ``one_leg``.
We provide automated furniture assembly scripts. It currently supports ``one_leg`` and ``cabinet``.

.. ============== =================
.. Furniture Assembly script
Expand All @@ -158,7 +158,7 @@ We provide automated furniture assembly scripts. It currently supports only ``on
.. code:: bash
python -m furniture_bench.scripts.run_sim_env --furniture one_leg --scripted
python -m furniture_bench.scripts.run_sim_env --furniture <one_leg | cabinet> --scripted
.. figure:: ../_static/images/assembly_script.gif
:width: 50%
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/furniture_sim.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ <h3>FurnitureSim Arguments<a class="headerlink" href="#furnituresim-arguments" t
</section>
<section id="automated-assembly-script">
<h2>Automated Assembly Script<a class="headerlink" href="#automated-assembly-script" title="Permalink to this headline">#</a></h2>
<p>We provide automated furniture assembly scripts. It currently supports only <code class="docutils literal notranslate"><span class="pre">one_leg</span></code>.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>furniture_bench.scripts.run_sim_env<span class="w"> </span>--furniture<span class="w"> </span>one_leg<span class="w"> </span>--scripted
<p>We provide automated furniture assembly scripts. It currently supports <code class="docutils literal notranslate"><span class="pre">one_leg</span></code> and <code class="docutils literal notranslate"><span class="pre">cabinet</span></code>.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>furniture_bench.scripts.run_sim_env<span class="w"> </span>--furniture<span class="w"> </span>&lt;one_leg<span class="w"> </span><span class="p">|</span><span class="w"> </span>cabinet&gt;<span class="w"> </span>--scripted
</pre></div>
</div>
<figure class="align-default">
Expand Down
4 changes: 2 additions & 2 deletions docs_source/tutorials/furniture_sim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ FurnitureSim Arguments
Automated Assembly Script
-------------------------

We provide automated furniture assembly scripts. It currently supports only ``one_leg``.
We provide automated furniture assembly scripts. It currently supports ``one_leg`` and ``cabinet``.

.. ============== =================
.. Furniture Assembly script
Expand All @@ -158,7 +158,7 @@ We provide automated furniture assembly scripts. It currently supports only ``on
.. code:: bash
python -m furniture_bench.scripts.run_sim_env --furniture one_leg --scripted
python -m furniture_bench.scripts.run_sim_env --furniture <one_leg | cabinet> --scripted
.. figure:: ../_static/images/assembly_script.gif
:width: 50%
Expand Down

0 comments on commit 0417366

Please sign in to comment.