RobertTLange / evosax

Evolution Strategies in JAX 🦎
Apache License 2.0
475 stars 44 forks source link

LGA strategy missing model #59

Closed keraJLi closed 4 months ago

keraJLi commented 1 year ago

LGA is currently unusable since the model checkpoint at evosax/strategies/ckpt/lga/2023_04_lga_v7.pkl is not bundled with the package. A possible cause could be that MANIFEST.in states include evosax/strategies/ckpt/*.pkl, but the checkpoint is in the lga subdirectory of ckpt.