intervals
This commit is contained in:
parent
e30b102d53
commit
e434b96860
@ -534,7 +534,7 @@ def run_training_thread(chart):
|
|||||||
def training_thread_func():
|
def training_thread_func():
|
||||||
try:
|
try:
|
||||||
# Use a small number of episodes to test termination handling
|
# 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:
|
except Exception as e:
|
||||||
logger.error(f"Error in training thread: {str(e)}")
|
logger.error(f"Error in training thread: {str(e)}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user