diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 680180516..f36f0cbc7 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -191,6 +191,16 @@ Tuned examples: `PongDeterministic-v4 `__ for faster training with similar timestep efficiency. +.. hint:: + For a complete `rainbow `__ setup, + make the following changes to the default DQN config: + ``"n_step": [between 1 and 10], + "noisy": True, + "num_atoms": [more than 1], + "v_min": -10.0, + "v_max": 10.0`` + (set ``v_min`` and ``v_max`` according to your expected range of returns). + **Atari results @10M steps**: `more details `__ ============= ======================== ============================= ============================== ===============================