public override void OnEpisodeBegin() { base.OnEpisodeBegin(); agentInventory.ResetInventory(); craftingInventory.ResetInventory(); wallet.Reset(); }
public void ResetEconomyAgent() { inventory.ResetInventory(); wallet.Reset(); }