Skip to content

Commit 67d78a4

Browse files
authored
updates
1 parent abea6fa commit 67d78a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

reinforcement_learning.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,13 @@ <h2>Introduction</h2>
173173
<h2>Core Components of Reinforcement Learning:</h2>
174174
<ul>
175175
<li><strong>Agent:</strong> The learner or decision-maker.</li>
176-
177176
<li><strong>Environment:</strong> Everything the agent interacts with.</li>
178-
179177
<li><strong>State (S):</strong> A representation of the current situation.</li>
180-
181178
<li><strong>Action (A):</strong> All possible moves the agent can take.</li>
182-
183179
<li><strong>Reward (R):</strong> A scalar feedback signal; guides the agent.</li>
184-
185180
<li><strong>Policy (π):</strong> Strategy used by the agent to decide actions.</li>
186-
187181
<li><strong>Value Function (V):</strong> Predicts future rewards.</li>
188-
189182
<li><strong>Q-Function (Q):</strong> Predicts future rewards for action-state pairs.</li>
190-
191183
<li><strong>Model (optional):</strong> Predicts the next state and reward.</li>
192184
</ul>
193185
<h3>Types of Reinforcement Learning</h3>

0 commit comments

Comments
 (0)