From 64e3c9741a6a822f8cd7e9d3b205eb702106c262 Mon Sep 17 00:00:00 2001 From: huyz-git <22879638+huyz-git@users.noreply.github.com> Date: Thu, 29 Oct 2020 06:07:10 +0800 Subject: [PATCH] Update rllib-algorithms.rst (#11642) --- doc/source/rllib-algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `__.