Issue on page /tune/tutorials/tune-resources.html #28206
Labels
good first issue
Great starter issue for someone just starting to contribute to Ray
P2
Important issue, but not time-critical
tune
Tune-related issues
The problem
The code snippets on this page are generally of the form:
This code a missing a closing parenthesis and will result in a
SyntaxError
if a user tries to run it. Moreover, it causes confusion with respect to where aTuneConfig
should be placed: insidetune.with_resources
ortune.Tuner.__init__
?Suggested Fixes
The text was updated successfully, but these errors were encountered: