mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
[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 <rliaw@berkeley.edu>
This commit is contained in:
co-authored by
Richard Liaw
parent
9070ed3e44
commit
98ebf8e2d8
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user