Tetris: Intelligent Agent
In artificial intelligence, an intelligent agent (IA) refers to an autonomous entity which acts, directing its activity towards achieving…
2020, Sep 20 — 7 minute readIn artificial intelligence, an intelligent agent (IA) refers to an autonomous entity which acts, directing its activity towards achieving…
2020, Sep 20 — 7 minute readIn Tetris, players must complete lines by moving differently shaped pieces (tetrominoes), which descend onto the playing field. The…
2020, Aug 15 — 10 minute readAside from a solving the puzzles, I also wanted the to supply puzzles. It turns out that generating graded puzzles (as in grading them Easy…
2020, Aug 13 — 3 minute readOne of the important functions that we have to learn how to build in our cloud services, is to take advantage of the vast amount storage…
2020, Jul 26 — 12 minute readWhen a Spring application starts, it automatically discovers our controllers and then routes requests to them based on their annotations…
2020, Jul 25 — 4 minute readIn this blog, we'll go through some basic design considerations when looking into building a cloud service such as scaling, load balancing…
2020, Jul 24 — 8 minute readIn this blog we'll look into the basics such as what Servlets and Spring Controllers are, and the basic structure of a Spring Boot…
2020, Jul 23 — 14 minute readThis series of blogs function as my notes as I follow along with the Building Cloud Services with the Java Spring Framework course on…
2020, Jul 22 — 9 minute readA Hamiltonian Path is a path on a directed or undirected graph that visits each vertex exactly once. A special case of it where the start…
2020, Jun 19 — 11 minute readQ-learning is a model free reinforcement learning algorithm. Being model-free, it figures out the transition probabilities of the Markov…
2020, Jun 18 — 7 minute read