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
so while trying to run the ga code for frostbite environment I run into this issue ValueError: kth(=-5) out of bounds (5)
the source of error is this idx = np.argpartition(returns_n2, (-population_size, -1))[-1:-population_size-1:-1]
Anybody knows how to resolve this?
The text was updated successfully, but these errors were encountered:
so while trying to run the ga code for frostbite environment I run into this issue
ValueError: kth(=-5) out of bounds (5)
the source of error is this
idx = np.argpartition(returns_n2, (-population_size, -1))[-1:-population_size-1:-1]
Anybody knows how to resolve this?
The text was updated successfully, but these errors were encountered: