1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

allow custom number of training steps

This commit is contained in:
Zach Dwiel
2018-09-21 15:49:06 -04:00
committed by zach dwiel
parent d69332efd4
commit 67faa80ea0
2 changed files with 21 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ stop_kubernetes:
kubectl delete pv --ignore-not-found nfs-checkpoint-pv
kubectl delete pvc --ignore-not-found nfs-checkpoint-pvc
kubectl delete deployment --ignore-not-found redis-server
kubectl get jobs | grep train | awk "{print $\1}" | xargs kubectl delete jobs
kubectl get jobs | grep worker | awk "{print $\1}" | xargs kubectl delete jobs
kubernetes: stop_kubernetes
python3 ${CONTEXT}/rl_coach/orchestrators/start_training.py --preset CartPole_DQN_distributed --image ${IMAGE} -ns 10.63.249.182 -np /