PaddlePaddle / MetaGym

Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
Apache License 2.0
275 stars 59 forks source link

LiftSim relation between DeliveredPersons, GeneratedPersons and 'AbandonedPersons in env.get.statastics() method #74

Closed dineshresearch closed 1 year ago

dineshresearch commented 1 year ago

@WorldEditors @TomorrowIsAnOtherDay env.statastics() method gave the following output however i am unable to understand how the DeliveredPersons, GeneratedPersons and
'AbandonedPersons are related? Ideally my understanding is

GeneratedPersons = DeliveredPersons + AbandonedPersons

But that is not happening here could anyone please clarify?

{'DeliveredPersons(10Minutes)': 25, 'GeneratedPersons(10Minutes)': 56, 'EnergyConsumption(10Minutes)': 2333473.528360311, 'TotalWaitingTime(10Minutes)': 15122.5, 'AbandonedPersons(10Minutes)': 44}