Skip to content

The AI is not competitive #3

@chu1248

Description

@chu1248

stats(i) += result(i)

The node scoring simply considers its own score in competitive game. It should probably consider the differences between itself and other opponents, e.g.
stats(i) += result(i) * result.length - result.sum

(PITreeNode also experience the same problem.)

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