Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 705 Bytes

tune.md

File metadata and controls

22 lines (16 loc) · 705 Bytes

tune.py -- Hyperparameter tuner

Required arguments

#1: environment (string) -- Environment (name, configuration JSON file, or library module)

Optional arguments

--[l]evel (string, default: not specified) -- Level or game id, like CartPole-v1, if supported
--[m]ax-repeats (int, default: 1) -- Maximum number of repetitions
--[n]um-iterations (int, default: 1) -- Number of BOHB iterations
--[d]irectory (string, default: "tuner") -- Output directory
--[r]estore (string, default: not specified) -- Restore from given directory
--id (string, default: "worker") -- Unique worker id