altf4 / libmelee

Open Python 3 API for making your own Smash Bros: Melee AI that works with Slippi Online
GNU Lesser General Public License v3.0
237 stars 47 forks source link

APM count #8

Closed altf4 closed 4 years ago

altf4 commented 7 years ago

Keep track of APM. Define what an "action" is in this context, too.

ghost commented 7 years ago

What is this for? I ask because it could help in defining what to count as an action. For example, dash dancing would drive crazy the counter.

There are some videos that try to do that in a manual way, they could be used as a reference: https://www.youtube.com/watch?v=8vyBV94K4SE&list=PL6BPj6LYE4vpVf4H9BJWfBwrji9OJQAsz&index=2

altf4 commented 7 years ago

It's just for fun. It's a cool little metric to show off. And I also don't quite know what an "action" means just yet. Would have to think about it.

altf4 commented 4 years ago

Slippi has a good definition of APM for smash. Outlined in part here: http://www.meleeitonme.com/statistics-in-melee-p2/ Let's just use that

altf4 commented 4 years ago

This isn't really something the API needs to have