ray.rllib.utils.exploration.exploration.Exploration.__init__
ray.rllib.utils.exploration.exploration.Exploration.__init__#
- Exploration.__init__(action_space: <MagicMock name='mock.Space' id='140492834250560'>, *, framework: str, policy_config: dict, model: ray.rllib.models.modelv2.ModelV2, num_workers: int, worker_index: int)[source]#
- Parameters
action_space – The action space in which to explore.
framework – One of “tf” or “torch”.
policy_config – The Policy’s config dict.
model – The Policy’s model.
num_workers – The overall number of workers used.
worker_index – The index of the worker using this class.