manny405 / sapai

Super auto pets engine built with reinforment learning training in mind
MIT License
67 stars 21 forks source link

Pet Priority #91

Closed jolpica closed 2 years ago

jolpica commented 2 years ago

Refactor update_pet_priority into calculate_pet_priority and rewrite to no longer prioritise health (#89)

The calculate_pet_priority seed uses the new numpy random generators which should improve performance. Might be worth checking if the performance increase gets it anywhere close to MockRandomState's performance.