Coder Social home page Coder Social logo

lizzie's People

Contributors

aerisnju avatar alreadydone avatar apetresc avatar bittsitt avatar bvandenbon avatar c362 avatar dependabot[bot] avatar dfannius avatar featurecat avatar gjm11 avatar hope366 avatar icespike-x avatar infinity0 avatar inohiroki avatar ivysrono avatar ka-zam avatar kaorahi avatar kuba97531 avatar odcat avatar olivierblanvillain avatar parmuzinalexander avatar pliuphys avatar rexl2018 avatar tfifie avatar toomasr avatar typohh avatar xiaoyifang avatar ygrek avatar yzyray avatar zsalch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sean51623

lizzie's Issues

Liberty

image

A function can be added to display the libertys of all stone pieces at the same time when showpolicy is used.
Because counting libertys is actually a guide for learning AI Go

can be marked?

image
If we mark it in sabaki in advance, we can still see the mark when the interface is opened.

Want to ask if we can mark it directly in the interface?
image

lastmove score?

image
In addition to the change of lastmove, can a change of lastmove score be added?

Show counts of intuition misses

Can you add a mini Hawk Eye with features different from the YZY version?

I hope you can provide some source code references.

The first point is to only calculate the matching when the AI's recommended move policy is greater than 0.7. The purpose is to see the matching in situations where the AI's recommendation is very certain.

The second point is that the calculation condition for global matching is that as long as a player's move matches the AI's policy with a probability of 0.1% or more, it is considered a match. This way, beginners can better understand if their moves align with the AI's recommendations.

Please display this information directly on the main screen like this
image
.

Project status of my fork (patched 0.7.4)

This repository is in a maintenance phase. Don't expect active implementation of new features.

Though I haven't used Lizzie myself for a long time, I still feel a certain attachment to it, remembering the times I was an enthusiastic fan. That's why I plan to fix remaining easy-to-handle bugs. But as for further enhancements, my motivation is limited. My primary focus has shifted to other main projects.

Just so you know: if you submit a feature request, please understand that it's quite likely I won't work on it, unless I find an unexpected spark of motivation in the future.

clearAnalysis is not work now

 MENU
  final JMenuItem clearAnalysis =
    new JMenuItem(resourceBundle.getString("Menu.analyze.clearAnalysis"));
clearAnalysis.addActionListener(
    new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent e) {
        Lizzie.board.clearAnalysis();
      }
    });
analyzeMenu.add(clearAnalysis);

Board
  public void clearAnalysis() {
getData().tryToClearBestMoves();

}

BoardData
public void tryToClearBestMoves() {
bestMoves = new ArrayList<>();
playouts = 0;
engineIndex = Leelaz.engineIndex;
komi = Lizzie.board.getHistory().getGameInfo().getKomi();
if (Lizzie.leelaz.isKataGo) {
  Lizzie.leelaz.scoreMean = 0;
  Lizzie.leelaz.scoreStdev = 0;
}

}

strange display about subboard

image

2022-11-06.20-32-17.mp4

1c-f114-4b07-afe1-fa5061ae5109.mp4

When a new stone is added, thesubboard will display the actual board with the number of moves for about 0.1 seconds.

About the Lizzieyzy problem

In Lizzieyzy, there is an issue where the markup tool's placement of marks such as × and △ does not work on the outermost line of the Go board (more precisely, the top is fine, but the left, right, and bottom lines do not work).
Professional Go player Kudan Mimura is introducing practice problems using Lizzieyzy's markup tool on YouTube, but he seems to find this problem inconvenient.
https://www.youtube.com/watch?v=vYBX-Xz5qPM&t=2s
The developer of Lizzieyzy seems to have been out of the game lately, so I asked you, who seems to be quite familiar with Lizzie, to address this issue.
If you feel like it, I would be happy if you could resolve this issue.

Calculation speed drops

When the winrate are extreme, such as 99% vs 1%, the calculation speed is only 30% of normal, but this does not happen in the lizzie yzy version.

Questions about entropy

Thank you for adding this interesting feature called entropy.
There are a few things I would like you to tell me. Thank you in advance if you don't mind.
See the screenshot below.

  • Entropy is usually displayed as a "small red dot", but in the middle and at the end it becomes a "slightly larger red dot". What is the difference?
  • Where are the upper and lower limits of entropy display?
    I think the lower limit is at the bottom of the graph, but where is the upper limit?
  • What kind of parameters and calculations were used to derive the entropy display?
  • The game ended with a large group of whites in the lower right corner being captured.
    Regarding the last part, even beginners can see that the white group is captured, but the entropy seems to be quite high.
    Is entropy unrelated to "uncertainty" regarding the life and death of stones?

無題

Displaying move numbers on captured stones

Thank you very much for fixing the bug in the markup tool last time.
This time as well as last time, this is a request regarding LizzieYzy.

Please see the figure below. 4-5 and 5-5 had "White 2" and "White 4".
It is not inconvenient at all when checking on the GUI, but it is a little troublesome to arrange the stones on the actual Go board while looking at this diagram.

Game records published in magazines and newspapers also display stones that have already been taken and are no longer on the board.

For people who use a real Go board to check their game records, could you please add an option to display stones that have already been taken and are no longer on the board?

無題

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.