File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -173,21 +173,13 @@ <h2>Introduction</h2>
173
173
< h2 > Core Components of Reinforcement Learning:</ h2 >
174
174
< ul >
175
175
< li > < strong > Agent:</ strong > The learner or decision-maker.</ li >
176
-
177
176
< li > < strong > Environment:</ strong > Everything the agent interacts with.</ li >
178
-
179
177
< li > < strong > State (S):</ strong > A representation of the current situation.</ li >
180
-
181
178
< li > < strong > Action (A):</ strong > All possible moves the agent can take.</ li >
182
-
183
179
< li > < strong > Reward (R):</ strong > A scalar feedback signal; guides the agent.</ li >
184
-
185
180
< li > < strong > Policy (π):</ strong > Strategy used by the agent to decide actions.</ li >
186
-
187
181
< li > < strong > Value Function (V):</ strong > Predicts future rewards.</ li >
188
-
189
182
< li > < strong > Q-Function (Q):</ strong > Predicts future rewards for action-state pairs.</ li >
190
-
191
183
< li > < strong > Model (optional):</ strong > Predicts the next state and reward.</ li >
192
184
</ ul >
193
185
< h3 > Types of Reinforcement Learning</ h3 >
You can’t perform that action at this time.
0 commit comments