public override void AgentReset() { if (currentBandit) { currentBandit.Reset(); } }
public override void AgentReset() { bandit.Reset(); }