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
physbo.search.discrete.policyでinitial_dataを指定した際、policy.random_searchでsimulatorを用いると下記エラーが発生します。
TypeError: only integer scalar arrays can be converted to a scalar index
PHYSBO V.1.0.1
physbo.search.discrete.policyでinitial_dataを指定した際、policy.random_searchでsimulatorを用いると下記エラーが発生します。
TypeError: only integer scalar arrays can be converted to a scalar index
通常、ndarray型のpolicy.actionsがlist型になっており、policy.actionsをndarrayにキャストするとエラーが回避できました。
ソースを確認したところ、policy.__init__が原因であると思われます。
ご確認のほどよろしくお願いいたします。
Code
The text was updated successfully, but these errors were encountered: