ray.rllib.utils.exploration.exploration.Exploration.__init__#

Exploration.__init__(action_space: gymnasium.spaces.Space, *, framework: str, policy_config: dict, model: 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.