mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Integrate coach.py params with distributed Coach. (#42)
* Integrate coach.py params with distributed Coach. * Minor improvements - Use enums instead of constants. - Reduce code duplication. - Ask experiment name with timeout.
This commit is contained in:
committed by
GitHub
parent
95b4fc6888
commit
7e7006305a
7
dist-coach-config.template
Normal file
7
dist-coach-config.template
Normal file
@@ -0,0 +1,7 @@
|
||||
[coach]
|
||||
image = <insert-image-name>
|
||||
memory_backend = redispubsub
|
||||
data_store = s3
|
||||
s3_end_point = s3.amazonaws.com
|
||||
s3_bucket_name = <insert-s3-bucket-name>
|
||||
s3_creds_file = <insert-path-for-s3-creds-file>
|
||||
Reference in New Issue
Block a user