oleneyl / maplestory_dpm_calc

Maplestory dpm calculation API
Other
66 stars 28 forks source link

Party Support for `get_sorted` in policy.py #562

Open CodeSammich opened 3 years ago

CodeSammich commented 3 years ago

Can you introduce global party skills to be included in the skill graphs? For the get_sorted in the policy.py, we could add a 0-delay party skill as global variable? For example, if we are seeing Night Lord DPS, we can add 0-delay Prayer to the list as well so that we can compute across different party compositions.

Also, a non-KMS helpful Party Buffer is Kanna.

For party, she has skills:

Her solo DPS is harder to compute, but it would be important to include some of her skills for party-style DPS calculation in non-KMS regions.

CodeSammich commented 3 years ago

Also, if we include party skills in current graph system, then there is also an issue of optimizing across 6-man party, because perhaps each person will want slightly different buff time. But this is a problem that can be solved with Deep/Reinforcement Learning policy network, I believe.