正在加载视频...

视频加载失败

~~RL project progress~~ wrote a FAST (88M steps/s) parallelized env in jax from scratch. here's its renderer:

14,149 次观看 • 1 年前 •via X (Twitter)

7 条评论

danb 的头像
danb1 年前

i used LLMs to write the renderer btw. im learning RL not openGL the core jax env under the hood is what matters. its steps/s == how fast I can train a model on it SoA and jax.jit do the heavy lifting here. future optimizations: replace loops with scans, run on a cloud gpu

kunal 的头像
kunal1 年前

very cool who is the agent and whats its learning objective in this sim?

danb 的头像
danb1 年前

right now there is no agent, just the parallelizable env and renderer the agent will be a planet whose objective is a bit complex. but essentially its goal is to guarantee survival

attentionmech 的头像
attentionmech1 年前

looks so coooool !!

kache 的头像
kache1 年前

very cool

_doola 的头像
_doola1 年前

88 million steps/s?? holy shit

Keith Tsang 的头像
Keith Tsang1 年前

@yacineMTB Impressive work! Building a FAST parallelized env from scratch is no small feat. What's next on your agenda? 🚀 #Innovation

相关视频