🐛 Bug
load_trial() checks if the trail i is None if so i takes the best trail.
This can´t be reacht throw read_hyperparameters() becaus it checks this:
if self.storage and self.study_name and self.trial_id:
print("Loading from Optuna study...")
To Reproduce
python rl_zoo3/train.py \
--algo ppo \
--env MergeEnv-v2 \
--storage sqlite:///logs/mergeenv_optuna.db \
--study-name MergeEventOptimizev1 \
-P
This will ignore the optuna study becaus not trail number is given.
Relevant log output / Error message
System Info
No response
Checklist
🐛 Bug
load_trial() checks if the trail i is
Noneif so i takes the best trail.This can´t be reacht throw
read_hyperparameters()becaus it checks this:To Reproduce
This will ignore the optuna study becaus not trail number is given.
Relevant log output / Error message
System Info
No response
Checklist