Amend some bugs and make it training

This commit is contained in:
2026-03-16 05:46:49 -04:00
parent 4b0b1fac8d
commit 6510cb0bfc
2 changed files with 24 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ def main():
rl_game_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "."))
log_dir = os.path.join(rl_game_dir, "logs")
rl_config['params']['config']['train_dir'] = log_dir
rl_config['params']['config']['name'] = "T1_GetUp_Experiment"
rl_config['params']['config']['name'] = "T1_GetUp"
# 7. 运行训练
runner = Runner()