Skip to content

Metronome and Psywave #3

@open-cover

Description

@open-cover

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions