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
To me it looks like we are just re-using the same seed twice which would waste compute and effectively cut our population size in half(seen here in train.py)?
It seems like we are only making use of antithetic sampling in OpenES and PEPG.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
To me it looks like we are just re-using the same seed twice which would waste compute and effectively cut our population size in half(seen here in train.py)?
It seems like we are only making use of antithetic sampling in OpenES and PEPG.
Am I missing something here?
The text was updated successfully, but these errors were encountered: