Live data from Hacker News

Ask HN: What Are You Learning?

news.ycombinator.com

131–140 of 242 posts

Re: Ask HN: What Are You Learning?

#131
(Edit for fixing the format)

Surprised to know nobody mentions reinforcement learning here.

Bought three books (in their transitional Chinese edition), whose original titles are,

* Reinforcement Learning 2nd, Richard S. Sutton & Andrew G. Barto

* Deep Reinforcement Learning in Action, Alexander Zai & Brandon Brown

* AlphaZero 深層学習・強化学習・探索 人工知能プログラミング実践入門, 布留川英一

None of them teaches you how to apply RL libraries. The first is a text book and mentions nothing about how to use frameworks at all. The last two are more practice oriented, but the examples are both too trivial, compared to a full boardgame, even the rule set is simple for humans.

Since my goal is eventually to conquer a boardgame with an RL agent that is trained at home (hopefully), I would say that the 3rd book is the most helpful one.

But so far my progress has been stuck for a while, because obviously I can only keep trying the hyperparameters and network architecture to find what the best ones for the game are. I kind of "went back" to the supervised learning practice in which I generated a lot of random play record, and them let the NN model at least learn some patterns out of it. Still trying...

Re: Ask HN: What Are You Learning?

#134
The ins and outs of the Deno runtime. Since I want to build my first text/video course about it.

On the one side it could be a cool side project where I can help people getting their hands dirty with Deno and follow my passion on teaching interesting topics to folks. On the other side I want to push a project of myself over the finish line and maybe make a dollar or two with it.

Re: Ask HN: What Are You Learning?

#135

I'm taking Casey Muratori's online class : https://www.computerenhance.com/p/table-of-contents The goal of the course is to give people a feeling for how fast code can be by teaching how it runs at the cpu level. I like it so far.

Has the course been useful to you in a professional setting? I mean, have you been able to apply what you’ve learned so far?

Re: Ask HN: What Are You Learning?

#136
I'm learning how to build a MMORPG. Not a complete game but a project with all the architecture in place to expand on (think Asheron's Call quality).

I started programming because I wanted to work on Guild Wars 1 back in the day, but that didn't work out and I ended up as a web developer (although with some gamedev experience). I've always thought you can't make an MMO alone and so never tried.

Recently a combination of health problems that scared be quite a bit and seeing other people on YouTube tackle these kinds of projects have motivated me to fulfill my childhood dream of learning the tech behind MMO games.

My goal is still to work on a MMO game professionally one day, but if that never works out, at least I worked on a MMO. My own.

Post reply on HN