Grid2op / lightsim2grid

LightSim2grid implements a c++ backend targeting the Grid2Op (https://github.com/rte-france/grid2op) platform.
https://lightsim2grid.readthedocs.io/en/latest/
Mozilla Public License 2.0
49 stars 9 forks source link

Pickle support for Rllib implementation #13

Closed ML-IEE closed 4 years ago

ML-IEE commented 4 years ago

As far as I can see, the lightsim2grid does not support pickle() currently. In order to use lightsim2grid within a rllib environment, it would be usefull to make it pickable.

Is there a future plan to include pickle within lightsim2grid?

BDonnot commented 4 years ago

Hello, Thanks for this issue :-)

We will do our best to deliver it as soon as possible, but it is unlikely to come before the end of the neurips competition unless someone knows the "pybind11" package (hence the "help wanted") good enough to help us in this process

Benjamin

BDonnot commented 4 years ago

It's now done in version 0.3.0 :-)

If you upgrade to this version this should work perfectly hopefully

ML-IEE commented 4 years ago

@BDonnot I imlemented the upgraded version and it works perfectly with Ray and Rllib. Thank you very much