jhmenke / grid2op_pp_baseline

Baseline agent for usage of pandapower in Grid2Op
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Moving around some docs for an easier integration #1

Closed BDonnot closed 4 years ago

BDonnot commented 4 years ago

Hello Jan Hendrick,

Would it be possible for you to have all your baseline code in the github repostiory. This would look like:

.gitignore
LICENSE
Readme.md
info.md
__init__.py
evaluate.py
pandapowerOPFAgent.py
pp_functions.py

So that we can directly add a directory "pandapowerOPF" into l2rpn-baselines that would be a "symbolic link" (ie a submodule) containing your code, the license and all ?

Thanks a lot :-)

Benjamin

 

BDonnot commented 4 years ago

I made the PR #2 as an example :-)

jhmenke commented 4 years ago

Thanks! You were faster than me. I also merged Info.md into the README.md

BDonnot commented 4 years ago

No problem :-) I'll try to integrate it into the baseline today !

Have a great day

Benjamin