araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.12k stars 206 forks source link

Question on optuna terminology #101

Closed blurLake closed 3 years ago

blurLake commented 3 years ago

Hi, I am using zoo on my customized environment. In the terminal, I have some lines in the printout that "Trial XXX pruned". Does it mean that those trials are clearly worse than the best one so far, that the system just skips those combinations?

araffin commented 3 years ago

Hello, This is an optuna question, so please read optuna documentation: https://optuna.readthedocs.io/en/stable/tutorial/pruning.html