yasserfarouk / negmas

Negotiation Multi-Agent System (A negotiation library designed for situated negotiations within business-like simulations)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monitor init

YueNing opened this issue · 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