Why can't I discard a single trial in experiment manager?
2 views (last 30 days)
Show older comments
I am doing a basiyan method to optimize the hyperparameters used in training an RL agent. However, I can't discard a single trial in experiment manager. when I right click on any of the trials, the discard button is gray.
2 Comments
Walter Roberson
on 30 Jul 2024
R2024a according to the Release that the user filled out when creating the question.
Answers (1)
Sivsankar
on 5 Aug 2024
Edited: Sivsankar
on 6 Aug 2024
Hi Danial,
I can see that you are trying to discard a task, but you are unable to do so.
I notice that your Bayesian optimization experiment on is still running, and it is due to that reason that you are unable to discard that task even though its status is completed.
I believe MATLAB do not allow stopping individual trials or the experiment for Bayesian optimization strategy. If you run your experiment with strategy exhaustive sweep, then you can discard the tasks. You can only discard Bayesian optimization trials by stopping your experiment.
Thanks.
0 Comments
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!