-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The way search handles these moves is unsatisfactory even though they are not competitively relevant.
Both moves have normal RNG (Psywave is not clamped like normal damaging moves/Metronome can select any move still) and thus explode the size of the tree. Search is potentially much weaker when these moves are involved.
Psywave should probably just be clamped in the same way other rolls are, just with different min/max. Metronome could be 'clamped' as well. Imagine that 'tackle-like' moves all defer to Tackle. That would probably require a lookup table for the equivalence classes of moves and their aggregate selection probabilities.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels