Problem Description
I'm working on a reinforcement learning project for a game agent, and during training I use SDV to generate synthetic data for each step. Because the training loop runs many iterations, SDV prints a tqdm progress bar every time it samples, which overwhelms my logs and makes it hard to see the actual training output.
Expected behavior
Adding a verbose parameter to the sample to give the option of turning off the progress bar.
Problem Description
I'm working on a reinforcement learning project for a game agent, and during training I use SDV to generate synthetic data for each step. Because the training loop runs many iterations, SDV prints a tqdm progress bar every time it samples, which overwhelms my logs and makes it hard to see the actual training output.
Expected behavior
Adding a verbose parameter to the sample to give the option of turning off the progress bar.