threedb.policies.grid_search¶
A search policy over controls that enumerates the cross product of all controls and sweep over them all.
-
threedb.policies.grid_search.
chunks
(lst, n)¶ Yield successive n-sized chunks from lst.
-
class
threedb.policies.grid_search.
GridSearchPolicy
(continuous_dim, discrete_sizes, samples_per_dim)¶ Bases:
object
-
__init__
(continuous_dim, discrete_sizes, samples_per_dim)¶ Initialize self. See help(type(self)) for accurate signature.
-
hint_scheduler
()¶
-
run
(render_and_send)¶
-
-
threedb.policies.grid_search.
Policy
¶