mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
Changing parameters
This commit is contained in:
committed by
zach dwiel
parent
c2991819b4
commit
28926bf2a4
@@ -2,10 +2,10 @@ from rl_coach.orchestrators.kubernetes_orchestrator import KubernetesParameters,
|
||||
|
||||
# image = 'gcr.io/constant-cubist-173123/coach:latest'
|
||||
image = 'ajaysudh/testing:coach'
|
||||
command = ['python3', 'rl_coach/rollout_worker.py']
|
||||
command = ['python3', 'rl_coach/rollout_worker.py', '-p', 'CartPole_DQN_distributed']
|
||||
# command = ['sleep', '10h']
|
||||
|
||||
params = KubernetesParameters(image, command, kubeconfig='~/.kube/config', redis_ip='redis-service.ajay.svc', redis_port=6379, num_workers=10)
|
||||
params = KubernetesParameters(image, command, kubeconfig='~/.kube/config', redis_ip='redis-service.ajay.svc', redis_port=6379, num_workers=1)
|
||||
# params = KubernetesParameters(image, command, kubeconfig='~/.kube/config')
|
||||
|
||||
obj = Kubernetes(params)
|
||||
|
||||
Reference in New Issue
Block a user