How to load the trained crew using the exported pickle file?

Once a crew is trained and exported to a pickle file with the provided name while training, how to load that trained crew using that pickle file in a new instance?

Just start your crew as normal and it will use the pickle file automatically. No action needed from your side.

1 Like