예제 #1
0
 public override void OnEpisodeBegin()
 {
     base.OnEpisodeBegin();
     agentInventory.ResetInventory();
     craftingInventory.ResetInventory();
     wallet.Reset();
 }
예제 #2
0
 public void ResetEconomyAgent()
 {
     inventory.ResetInventory();
     wallet.Reset();
 }