Skip to content

Commit

Permalink
Fix td3 doc (#2179)
Browse files Browse the repository at this point in the history
* Fix td3 docs

* Change line style
  • Loading branch information
yeukfu authored Nov 20, 2020
1 parent 8396d89 commit f856f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/algo_td3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```eval_rst
+-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Paper** | Addressing Function Approximation Error in Actor-Critic Methods :cite:`Fujimoto2018AddressingFA` |
+===================+==========================================================================================================================+===================================================================================================================================+
+-------------------+--------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| **Framework(s)** | .. figure:: ./images/tf.png | .. figure:: ./images/pytorch.png |
| | :scale: 20% | :scale: 10% |
| | :class: no-scaled-link | :class: no-scaled-link |
Expand All @@ -17,7 +17,7 @@
+-------------------+--------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| **Examples** | :ref:`td3_pendulum_tf` | :ref:`td3_pendulum_pytorch`, :ref:`td3_halfcheetah_pytorch` |
+-------------------+--------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| **Benchmarks** | :ref:`td3_garage_tf` , :ref:`Tensorflow benchmark results` | :ref:`td3_garage_pytorch`, :ref:`PyTorch benchmark results` |
| **Benchmarks** | :ref:`td3_garage_tf` , :ref:`Tensorflow benchmark results` | :ref:`td3_garage_pytorch`, :ref:`PyTorch benchmark results` |
+-------------------+--------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
```

Expand Down

0 comments on commit f856f74

Please sign in to comment.