Live data from Hacker News

Viewing profile — sherjilozair

sherjilozair

HN member
Joined
Thu, Mar 15, 2012, 11:33 PM UTC
HN karma
1,482
Public activity
555 items

About sherjilozair

sherjilozair.github.io

Recent public activity

  1. comment
    Comment #43560629

    Ace is actually uniquely designed to support that. Our training staff simply record their screens and mouse+keyboard events. We transform that into behavior cloning data to train t…

  2. comment
    Comment #43560322

    I'm the founder and CEO of General Agents. Happy to answer questions!

  3. comment
  4. comment
    Comment #38780600

    I’ve been trying to find a maintained typed scripting language. Thank you for building!

  5. comment
    Comment #38471788

    That's not the safety team.

  6. comment
    Comment #37272771

    So this is why my previous company had taken us to a retreat where we tried to brainstorm how to build AGI using post-it notes. We were given 5 minutes and then someone did a crude…

  7. comment
  8. story
  9. story
  10. comment
    Comment #33751912

    Good video content is created by first writing the script.

  11. comment
    Comment #33089610

    Yes, I can read it perfectly fine. It relies on a lot of notation that AI researchers are familiar with.

  12. comment
  13. comment
    Comment #28884780

    GIL can remain default on. Users can simply disable it for chosen parts of their program.

  14. comment
    Comment #28884772

    You know it’s trivial to add a global lock to any concurrent program, right? What would you lose if other people started writing performant code?

  15. comment
    Comment #28736637

    You don't have to use PICO-8's text editor. You can just open up the p8 file in any text editor and hack away. VS Code has an extension for .p8 files as well which does syntax high…

  16. comment
    Comment #28053542

    Look up iterator, __next__, __iter__.

  17. comment
    Comment #27920296

    DeepMind has already released the open source code and model parameters. The database makes it easier to access the predictions.

  18. comment
    Comment #25585424

    How would I include the definitions without the implementations?

  19. comment
    Comment #23746312

    It's Lua. They use Love2D.

  20. comment
    Comment #23129618

    FNA, Monogame, Heaps, Kha, and many other open source engines have closed source forks supporting consoles.

  21. comment
    Comment #22993730

    World Models is a good paper, but is definitely not the top three most significant RL papers.

  22. comment
    Comment #22816951

    But is autodiff combined with a blackbox jit a real solution? The jit either works for your new model or it does not. If it does not, you can do pretty much nothing about it, other…

  23. comment
    Comment #22214478

    CPC trains neural nets.

  24. comment
    Comment #22210100

    You only need a few seconds to read the title, and you can cut away 150 out of those 200 with that. If it's a paper simply not in your area of research, you don't need to bother. Y…

  25. comment
    Comment #21859367

    So in the case of AI/ML, the fashionable new thing is unsupervised learning, self-supervised learning, reinforcement learning, GANS, etc. The played out problems are image classifi…