Viewing profile — luchris429
luchris429
HN member- Joined
- Fri, May 04, 2018, 6:22 AM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About luchris429
No profile information was provided.
Recent public activity
-
comment
Comment #44036568
I love this site! Though I do wonder how much this site also helps amateur hackers find where to search for a specific person's password. One way to deal with it could be to email …
-
comment
Comment #40671032
Author here! Thanks for pointing that out. The correct model name is indeed "gpt-4" instead of "gpt_model = 'gpt4_20231230_1106preview'". We were previously using an Azure endpoint…
- comment
-
comment
Comment #37203839
Seems like the creator says it would take 300+ hours and they don't have time (on their discord).
-
comment
Comment #35494376
The baseline we are comparing to is standard RL training that is widely used in academia. The technique mentioned in the blog post is not widely used amongst researchers. The reaso…
-
comment
Comment #35494283
Indeed the devil is in the GPU! Jax and its ecosystem just make it much easier to use the GPU.
-
comment
Comment #35494267
Author here! I didn't realize this got posted on HN. While indeed we do get a speedup by putting the environments on the GPU, most of the speedup seems to come from the ability to …
-
comment
Comment #16992590
If you're using Unity, I would recommend that you check out Unity Machine-Learning Agents! https://github.com/Unity-Technologies/ml-agents It makes it really easy to make games for…