Revert "improve training speed and add speed constrain"
This reverts commit 648cf32e9c.
This commit is contained in:
@@ -46,7 +46,7 @@ class Train_Base():
|
||||
@staticmethod
|
||||
def prompt_user_for_model(self):
|
||||
|
||||
gyms_logs_path = "./scripts/gyms/logs/"
|
||||
gyms_logs_path = "./mujococodebase/scripts/gyms/logs/"
|
||||
folders = [f for f in listdir(gyms_logs_path) if isdir(join(gyms_logs_path, f))]
|
||||
folders.sort(key=lambda f: os.path.getmtime(join(gyms_logs_path, f)), reverse=True) # sort by modification date
|
||||
|
||||
|
||||
Reference in New Issue
Block a user