You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all thank you for your library, it's great!
I am going through the code trying to understand what each step does, regarding the pole balancing environment. There is a point that really leaves me confused:
in run_hyper(), it seems we create the population and test it for one trial, then again for 10 trials, and then for max_trials trials.
Any reason to do that?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, first of all thank you for your library, it's great!
I am going through the code trying to understand what each step does, regarding the pole balancing environment. There is a point that really leaves me confused:
in
run_hyper()
, it seems we create the population and test it for one trial, then again for 10 trials, and then formax_trials
trials.Any reason to do that?
Thanks
The text was updated successfully, but these errors were encountered: