Загрузка видео...

Не удалось загрузить видео

На главную

~~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

Похожие видео