Set start_iteration to zero in controller.py#24
Set start_iteration to zero in controller.py#24tom-dudley wants to merge 1 commit intoalgorithmicsuperintelligence:mainfrom
Conversation
|
Does it still work if we load from a checkpoint? |
|
Oh yes! the start_iteration was being used before it's defined, it should be initialized to zero |
yeah, the fix works fine with checkpoints! It sets start_iteration to 0 initially, then take the actual iteration from the database before the loop starts, so it'll pick up right where it left off |
Yep that's my understanding too. It does make me think that the multiple calls to |
|
I think we can close this now that #25 is merged. |
I fixed this in #27 |
I couldn't get things to run after #23 so this might be required.