Luo Wei
Luo Wei
> Same here. The error message is `AttributeError: type object 'LightSimBackend_l2rpn_wcci_2022' has no attribute 'process_grid2op_shunt_data'` > > Can be solved by changing `process_grid2op_shunt_data` to `process_shunt_data`. Thanks for your advice. By...
> Out of curiosity, which version of lightsim2grid are you using? It is `lightsim2grid 0.7.0.post1`
> No. I overwrite ray's `trainer.save_checkpoint` and `trainer.load_checkpoint` so that they are more user-friendly. Now they output straightforwardly model state_dict in `model.pt` that can be loaded with or without ray....