Live data from Hacker News

Viewing profile — jonath_laurent

jonath_laurent

HN member
Joined
Mon, Jun 22, 2020, 3:44 PM UTC
HN karma
138
Public activity
28 items

About jonath_laurent

No profile information was provided.

Recent public activity

  1. comment
    Comment #31573142

    I agree with you. What I am taking issue with is the article presenting a multitude of (unnecessarily) complex refutations (as if one wasn't enough) and suggesting that there is no…

  2. comment
    Comment #31572862

    I am in fact disputing this empirical fact, or at least the interpretation of it that is suggested in the article. There is no such thing in mathematics such as an unresolved dispu…

  3. comment
    Comment #31572301

    This is a good comment and I believe your justification is equally valid. The reason for the apparent disagreement is that in order to point out a logical flaw in an argument, one …

  4. comment
    Comment #31571812

    I would argue that this Wikipedia article is misleading and that it confuses more than it clarifies when it comes to resolving the paradox. In particular, I am disputing the fact t…

  5. comment
    Comment #31570499

    I do not like this explanation. In my opinion, the fancy mathematical argument involving infinite series is an unnecessary distraction from a much more fundamental and mundane mist…

  6. comment
    Comment #31570277

    This comment explains the fundamental reason why the reasoning is incorrect. I offer the same perspective in a different comment ( https://news.ycombinator.com/item?id=31569991 ). …

  7. comment
    Comment #31569991

    Some excellent critiques have been provided in this thread already but I would like to offer a different perspective. In programming terms, the switching argument (see original lin…

  8. comment
    Comment #27174620

    As a researcher in machine learning, I wanted to explore applications of Deepmind’s AlphaZero algorithm beyond board games (such as in automated theorem proving or chemical synthes…

  9. comment
    Comment #23621224

    I think that MuZero is a fascinating algorithm, but that a lot of news articles are misleading when they present it as a new, superior substitute for AlphaZero. MuZero is solving a…

  10. comment
    Comment #23609062

    I am wondering if your idea of using GBDTs in combination with AlphaZero might not be most influential in areas where no neural network architecture is known to provide the right i…

  11. comment
    Comment #23608888

    Thanks! You can easily find my email address from my github. I am not aware of a canonical discord channel for discussing AlphaZero but the Lc0 community has a discord channel on w…

  12. comment
    Comment #23608391

    This needs clarification indeed. As I explain in the documentation, the aim of AlphaZero.jl is not to compete with hyper-specialized and hyper-optimized implementations such as LC0…

  13. comment
    Comment #23607981

    This is interesting, thanks! Is there anything else you can tell me about the results of your experiments with small networks? I am really interested in this. For example: did you …

  14. comment
    Comment #23607777

    And what were the results of these experiments? What error rate can you reach with the smallest network architecture you tried for example?

  15. comment
    Comment #23607628

    Actually, I found your blog article when I was reading about AlphaZero and I found it useful!

  16. comment
    Comment #23607466

    What do you mean by WLD output head? So far, the main idea I have pulled from the Lc0 crowd is to have a prior temperature indeed. The next thing I am planning to add is the possib…

  17. comment
    Comment #23605622

    Your series of blog articles has been an important source of inspiration in writing AlphaZero.jl and I cite it frequently in the documentation. Thanks to you and your team!

  18. comment
    Comment #23604003

    Thanks for your kind message.

  19. comment
    Comment #23603970

    Multiple GPUs support definitely belongs to the TODO list. However, I am currently limited by the state of CUDA.jl on this, as it does not have a device-aware memory pool yet. I am…

  20. comment
    Comment #23603893

    I agree with the quoted numbers. As I mentioned in another comment, you have to keep in mind that AlphaZero is an extremely sample-inefficient learning technique, even for simple p…

  21. comment
    Comment #23603844

    Yes. Go 19x19 would be completely intractable on a single machine (one comment is citing a $25 million cost estimate in computing power to train AlphaGo Zero). A more reasonable ta…

  22. comment
    Comment #23603728

    Such an evaluation is available in the tutorial: https://jonathan-laurent.github.io/AlphaZero.jl/dev/tutorial... Admittedly, the connect four agent is still far from perfect but th…

  23. comment
    Comment #23603664

    Yes, the agent is trained without access to the deterministic solution.

  24. comment
    Comment #23601866

    I completely agree with you. Let me just add two remarks. First, although picking 9x9 boards makes connect-four intractable for bruteforce search indeed, I would be suprised if it …

  25. comment
    Comment #23601710

    I suspect FLux/Knet are still slightly slower and less memory efficient than PyTorch/TF, although things are moving very fast here! This is not relevant in understanding AlphaZero.…