Giter Site home page Giter Site logo

Comments (4)

Equim-chan avatar Equim-chan commented on September 24, 2024

This behavior is intended.

Akochan runs in rule-based mode under certain conditions, like if the game is at an early stage, and our shanten number is high, and we are not folding currently. In such mode, akochan will choose the best efficiency-wise tile to discard and doesn't bother calculating any deal-in rate or EV, so only one choice without any EV info will be produced. It is not that akochan can't run with normal mode instead of rule-based mode under such circumstance, but the cost will be much higher making the review slower.

If the reviewer sees akochan running in such mode, it is not sure how to compare the discards akochan and the player made due to the lack of information, so it simply gives up doing that, leaving it as an accepted entry even if the choices are different.

from mjai-reviewer.

pliuphys avatar pliuphys commented on September 24, 2024

So if we want that information using normal node we'll have to modify akochan? I'm confused by early round choices very often so it would be great if we have a switch.

from mjai-reviewer.

Equim-chan avatar Equim-chan commented on September 24, 2024

Yes you'll need to modify akochan.

In ai_src/selector.cpp:Selector::set_selector

-const bool rule_base_flag = tehai_analyzer.rule_base_decision(my_pid);
+const bool rule_base_flag = false;

from mjai-reviewer.

pliuphys avatar pliuphys commented on September 24, 2024

Thanks! Since I'll not be able to test in the very near term let me close the issue.

from mjai-reviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.