You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is an introductory Reinforcement Learning tutorial by JetBrains Academy demonstrating the approach on a simple task of solving a labyrinth.</p>
<p>You will implement a simple Q-learning algorithm that uses rewards and penalties and an iteratively updated Q-table to teach a learning agent find the shortest path through a 2D maze. You will get acquainted with the key concepts of RL and learn what kinds of problems such algorithms can be applied to and what limitations they carry.</p>
<p>The course includes building a dynamic visualization of the agent moving through the maze.</p>