mirror of
https://github.com/gryf/coach.git
synced 2026-04-12 16:43:32 +02:00
fixing the coach entrypoint after adding the CoachLauncher abstraction (#92)
This commit is contained in:
committed by
Balaji Subramaniam
parent
2804a7c24f
commit
0fe583186e
@@ -663,6 +663,10 @@ class CoachLauncher(object):
|
|||||||
evaluation_worker.terminate()
|
evaluation_worker.terminate()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
def main():
|
||||||
launcher = CoachLauncher()
|
launcher = CoachLauncher()
|
||||||
launcher.launch()
|
launcher.launch()
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user