yasserfarouk/negmas

monitor init

YueNing opened this issue · 2 comments

monitor.step(self)

call init function of monitor at the step 0, not step function
monitor.step(self) -> monitor.init(self)

Actually both are called

The issue was already handled