From e434b96860a35b9094af41f2d6fd2b4d0e77f9fd Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 1 Apr 2025 17:04:25 +0300 Subject: [PATCH] intervals --- train_rl_with_realtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_rl_with_realtime.py b/train_rl_with_realtime.py index 5d67ddb..078a883 100644 --- a/train_rl_with_realtime.py +++ b/train_rl_with_realtime.py @@ -534,7 +534,7 @@ def run_training_thread(chart): def training_thread_func(): try: # Use a small number of episodes to test termination handling - integrator.start_training(num_episodes=100, max_steps=2000) + integrator.start_training(num_episodes=100, max_steps=1000) except Exception as e: logger.error(f"Error in training thread: {str(e)}")