rte-france/l2rpn-baselines

Make hyperparameters into Instance variables

MateP opened this issue · 1 comments

MateP commented

Currently they are global in DDDQN baseline (and possibly others)

Hello,

If you use the "dev" package (eg you install it from source) this problem should be solved now. I am updating with new baseline contribution and will update the package right after that :-)

This refactoring has been done for the baselines:

  • SAC
  • DeepQSimple
  • DuelQLeapNet
  • DuelQSimple