I'm trying to remove kwargs out of all the algorithms. In ERWR the default positive_adv is set to True. When it passing to VPG, then NPO, the self.positive_adv is never set, so line 279 in npo.py is never reached. Not sure if this is the intention. The test won't pass if self.positive_adv in NPO is set. Would you please check it? @ahtsan
I'm trying to remove
kwargs
out of all the algorithms. In ERWR the defaultpositive_adv
is set to True. When it passing to VPG, then NPO, theself.positive_adv
is never set, so line 279 innpo.py
is never reached. Not sure if this is the intention. The test won't pass ifself.positive_adv
in NPO is set. Would you please check it? @ahtsan