From 0e3960893ad24f0e9d64facdf76b4b5b71e74e0a Mon Sep 17 00:00:00 2001 From: Sven Mika Date: Wed, 5 Feb 2020 21:01:43 +0100 Subject: [PATCH] [RLlib] Add rainbow config hint to algo-documentation. (#7052) --- doc/source/rllib-algorithms.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 `__ ============= ======================== ============================= ============================== ===============================