2
2 Comments

Reinforcement Learning Blog on the Go

Don't know if there are software/AI people around here, but nonetheless, first time posting here. I've just updated my website and created a game to teach reinforcement learning
https://jhonatandasilva.com/ai-games
There are still some things to do, the styles of the old posts are utterly trash, I guess it was because I used a premium service to post my blog posts, now that I canceled and programmed my own theme, I need to work on this part yet.

But it would be great to get some feedback, I also created a pop-up to get leads ( it's also not that great ), but I'm trying to launch things instead of making 1000 adjustments to the site and never doing anything 🤣

on April 23, 2020
  1. 1

    Change heading to "Learn reinforcement learning by playing a game" or something similar.

    Your landing page shows the image from the game but I have no clue how will I learn reinforcement learning by playing this game?

    1. 1

      Hi @neeravbm, thanks for the reply, actually it's not an image from the game, it's a playable game 🤣. You can interact with the game using the buttons "Next Step" and "Jump 200 Episodes". The idea actually are YouTube videos on top of this game, explaining the core elements such as agents, environments, actions, policies, how the q table is updated and so on. So the game itself if the person does not know anything about RL is not that useful, if you already have a basic knowledge you can use to understand it better visually. My friend gave an idea to create an actual game that the user can play and learn playing alongside the agent, just like that google site that you can program the bunny with basic elements of programming

      Hope I've answered your question