From 98ebf8e2d813c82ed4f5c6f70902f5832755d490 Mon Sep 17 00:00:00 2001 From: Sumanth Ratna Date: Thu, 1 Oct 2020 14:20:41 -0400 Subject: [PATCH] [tune][docs] fix typo in Tune FAQ (#11161) * Fix typo in tune FAQ (used to use) * Update doc/source/tune/_tutorials/_faq.rst Co-authored-by: Richard Liaw --- doc/source/tune/_tutorials/_faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/tune/_tutorials/_faq.rst b/doc/source/tune/_tutorials/_faq.rst index e7433c6d2..9358eddfa 100644 --- a/doc/source/tune/_tutorials/_faq.rst +++ b/doc/source/tune/_tutorials/_faq.rst @@ -71,8 +71,8 @@ For **discount factors** in reinforcement learning we suggest sampling uniformly between 0.9 and 1.0. Depending on the problem, a much stricter range above 0.97 or oeven above 0.99 can make sense (e.g. for Atari). -How can I used nested/conditional search spaces? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +How can I use nested/conditional search spaces? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sometimes you might need to define parameters whose value depend on the value of other parameters. Ray Tune offers some methods to define these.