Skip to content

Improvements using Expectimax #3

@SafeMemoryZone

Description

@SafeMemoryZone

Your current minimax implementation assumes that the dealer plays optimally, which prevents it from exploiting suboptimal behavior by the dealer. By switching to an algorithm like expectimax, you can achieve significantly better results in the long term. However, keep in mind that alpha-beta pruning does not work with expectimax, so you’ll need to devise your own optimization techniques.

This is only a suggestion of course.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions