diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 1f4252bde..aa3637acf 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -494,7 +494,7 @@ Hopper 620 ~650 Dreamer ------- |pytorch| -`[paper] `__ `[implementation] `__ +`[paper] `__ `[implementation] `__ Dreamer is an image-only model-based RL method that learns by imagining trajectories in the future and is evaluated on the DeepMind Control Suite `environments `__. RLlib's Dreamer is adapted from the `official Google research repo `__.