Learn how to train your CrewAI agents by giving them feedback early on and get consistent results.
crewai train -n <n_iterations>
, you can specify the number of iterations for the training process.
During training, CrewAI utilizes techniques to optimize the performance of your agents along with human feedback.
This helps the agents improve their understanding, decision-making, and problem-solving abilities.
<n_iterations>
with the desired number of training iterations and <filename>
with the appropriate filename ending with .pkl
.n_iterations
) is a positive integer. The code will raise a ValueError
if this condition is not met..pkl
. The code will raise a ValueError
if this condition is not met.