mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +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
@@ -23,6 +23,7 @@ import signal
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
import traceback
|
||||
from multiprocessing import Manager
|
||||
from subprocess import Popen
|
||||
from typing import List, Tuple
|
||||
@@ -30,6 +31,8 @@ from typing import List, Tuple
|
||||
import atexit
|
||||
import numpy as np
|
||||
|
||||
from rl_coach.logger import screen
|
||||
|
||||
killed_processes = []
|
||||
|
||||
eps = np.finfo(np.float32).eps
|
||||
|
||||
Reference in New Issue
Block a user