mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 18:57:44 +00:00
change the mechanism of traceback and action choosing (#320)
This commit is contained in:
@@ -117,7 +117,7 @@ class LoopBase:
|
||||
continue
|
||||
except CoderError as e:
|
||||
logger.warning(f"Traceback loop {li} due to {e}")
|
||||
self.step_idx -= 1
|
||||
self.step_idx = 0
|
||||
continue
|
||||
|
||||
end = datetime.datetime.now(datetime.timezone.utc)
|
||||
|
||||
Reference in New Issue
Block a user