diff --git a/docs/source/api/agents/a2c.rst b/docs/source/api/agents/a2c.rst index 4dccdc03..d2dc53ab 100644 --- a/docs/source/api/agents/a2c.rst +++ b/docs/source/api/agents/a2c.rst @@ -232,6 +232,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/amp.rst b/docs/source/api/agents/amp.rst index 6e4c8c0f..a8942dbc 100644 --- a/docs/source/api/agents/amp.rst +++ b/docs/source/api/agents/amp.rst @@ -237,6 +237,10 @@ Support for advanced features is described in the next table - \- - .. centered:: :math:`\square` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/cem.rst b/docs/source/api/agents/cem.rst index e419a0c6..d4b9dfb5 100644 --- a/docs/source/api/agents/cem.rst +++ b/docs/source/api/agents/cem.rst @@ -175,6 +175,10 @@ Support for advanced features is described in the next table - \- - .. centered:: :math:`\square` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - \- - .. centered:: :math:`\square` diff --git a/docs/source/api/agents/ddpg.rst b/docs/source/api/agents/ddpg.rst index 3ac4856c..92c26182 100644 --- a/docs/source/api/agents/ddpg.rst +++ b/docs/source/api/agents/ddpg.rst @@ -236,6 +236,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/ddqn.rst b/docs/source/api/agents/ddqn.rst index c43add22..d2a499a9 100644 --- a/docs/source/api/agents/ddqn.rst +++ b/docs/source/api/agents/ddqn.rst @@ -184,6 +184,10 @@ Support for advanced features is described in the next table - \- - .. centered:: :math:`\square` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/dqn.rst b/docs/source/api/agents/dqn.rst index c1f769ca..51731ab6 100644 --- a/docs/source/api/agents/dqn.rst +++ b/docs/source/api/agents/dqn.rst @@ -184,6 +184,10 @@ Support for advanced features is described in the next table - \- - .. centered:: :math:`\square` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/ppo.rst b/docs/source/api/agents/ppo.rst index 4e824acd..a7284c23 100644 --- a/docs/source/api/agents/ppo.rst +++ b/docs/source/api/agents/ppo.rst @@ -248,6 +248,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/rpo.rst b/docs/source/api/agents/rpo.rst index faabf233..efaf526c 100644 --- a/docs/source/api/agents/rpo.rst +++ b/docs/source/api/agents/rpo.rst @@ -285,6 +285,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/sac.rst b/docs/source/api/agents/sac.rst index 369e4fb9..4620d35b 100644 --- a/docs/source/api/agents/sac.rst +++ b/docs/source/api/agents/sac.rst @@ -244,6 +244,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/td3.rst b/docs/source/api/agents/td3.rst index f9da210b..c68f71a1 100644 --- a/docs/source/api/agents/td3.rst +++ b/docs/source/api/agents/td3.rst @@ -258,6 +258,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - Automatic mixed precision + - .. centered:: :math:`\blacksquare` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare` diff --git a/docs/source/api/agents/trpo.rst b/docs/source/api/agents/trpo.rst index 85313c88..3f271da0 100644 --- a/docs/source/api/agents/trpo.rst +++ b/docs/source/api/agents/trpo.rst @@ -282,6 +282,10 @@ Support for advanced features is described in the next table - RNN, LSTM, GRU and any other variant - .. centered:: :math:`\blacksquare` - .. centered:: :math:`\square` + * - Mixed precision + - \- + - .. centered:: :math:`\square` + - .. centered:: :math:`\square` * - Distributed - Single Program Multi Data (SPMD) multi-GPU - .. centered:: :math:`\blacksquare`