ray.rllib.algorithms.algorithm.Algorithm.trial_资源#
- property Algorithm.trial_resources: PlacementGroupFactory | None#
当前分配给此可训练对象试验的资源。
如果不使用 Tune,则不会设置此项。
from ray.tune import Trainable trial_resources = Trainable().trial_resources
站点导航
当前分配给此可训练对象试验的资源。
如果不使用 Tune,则不会设置此项。
from ray.tune import Trainable
trial_resources = Trainable().trial_resources