Viewing profile — sherjilozair
sherjilozair
HN member- Joined
- Thu, Mar 15, 2012, 11:33 PM UTC
- HN karma
- 1,482
- Public activity
- 555 items
- HN profile
- View on Hacker News ↗
About sherjilozair
Recent public activity
-
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…
-
comment
Comment #43560322
I'm the founder and CEO of General Agents. Happy to answer questions!
- comment
-
comment
Comment #38780600
I’ve been trying to find a maintained typed scripting language. Thank you for building!
-
comment
Comment #38471788
That's not the safety team.
-
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…
- comment
- story
- story
-
comment
Comment #33751912
Good video content is created by first writing the script.
-
comment
Comment #33089610
Yes, I can read it perfectly fine. It relies on a lot of notation that AI researchers are familiar with.
- comment
-
comment
Comment #28884780
GIL can remain default on. Users can simply disable it for chosen parts of their program.
-
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?
-
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…
-
comment
Comment #28053542
Look up iterator, __next__, __iter__.
-
comment
Comment #27920296
DeepMind has already released the open source code and model parameters. The database makes it easier to access the predictions.
-
comment
Comment #25585424
How would I include the definitions without the implementations?
-
comment
Comment #23746312
It's Lua. They use Love2D.
-
comment
Comment #23129618
FNA, Monogame, Heaps, Kha, and many other open source engines have closed source forks supporting consoles.
-
comment
Comment #22993730
World Models is a good paper, but is definitely not the top three most significant RL papers.
-
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…
-
comment
Comment #22214478
CPC trains neural nets.
-
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…
-
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…