Hacker News new | ask | show | jobs
by sason 1404 days ago
It was an enjoyable and enlightening read. Now I’m thinking how I can rewrite my tile-based path-finding RL project to utilize more Tensors and less for loops.

Well done! I’m looking forward to reading how you concurrently ran 100 million mini snake games.

1 comments

Really cool. That's how this project got started. I was doing the exact thing you were doing (tile-based RL path finding). But it was soooo slow, so I started implementing it in tensors, and that's when I realized I could do a whole game of Snake.