enlite-ai / maze-l2rpn-2022-submission

Contains the code of the 1st place submission to the 2022 Learning 2 Run a Power Network (L2RPN) Network Competition.
23 stars 1 forks source link

Files generated by antlr4 not uploaded #2

Closed tlzhao-casia closed 1 year ago

tlzhao-casia commented 1 year ago

Hi: Thank you very much for sharing the excellent agent for power grid dispaching. However, when I try to run the submitted codes, there is an error saying that the agent is failed to load the parser. The error log is as follows:

Error importing generated parsers, run python setup.py antlr to regenerate.

I checked the codes carefully and found that the files generated by antlr4 (the two files OverrideLexer.py and OverrideParser.py), which should have been in the directory hydra/grammar/gen, are not included in the uploaded codes. Could you please upload the required files so that I can run the codes and have a more comprehensive understanding to your excellent work?

Thanks!

tlzhao-casia commented 1 year ago

I have resolved the problem and re-produced the good results. Thanks.

md-enlite commented 1 year ago

Perfect!

HHYHRHY commented 8 months ago

I have resolved the problem and re-produced the good results. Thanks.

Hello,May I ask the way to solve this problem? I have the same error! Thanks!!