Revert "improve training speed and add speed constrain"

This reverts commit 648cf32e9c.
This commit is contained in:
2026-03-13 08:43:28 -04:00
parent 648cf32e9c
commit 3a42120857
4 changed files with 40 additions and 78 deletions

View File

@@ -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