Orchestrators

Kubernetes

  • class rlcoach.orchestrators.kubernetes_orchestrator.Kubernetes(_params: rl_coach.orchestrators.kubernetes_orchestrator.KubernetesParameters)[source]
  • An orchestrator implmentation which uses Kubernetes to deploy the components such as training and rollout workersand Redis Pub/Sub in Coach when used in the distributed mode.

    • Parameters
    • params – The Kubernetes parameters which are used for deploying the components in Coach. These parameters

include namespace and kubeconfig.