Skip to content

Commit

Permalink
Update train_agent.md (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
worthy7 authored Nov 19, 2024
1 parent d2dc19f commit 79a2306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/train_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class BlackjackAgent:

## Training the agent

To train the agent, we will let the agent play one episode (one complete game is called an episode) at a time and then update it's Q-values after each episode. The agent will have to experience a lot of episodes to explore the environment sufficiently.
To train the agent, we will let the agent play one episode (one complete game is called an episode) at a time and update it's Q-values after each action taken during the episode. The agent will have to experience a lot of episodes to explore the environment sufficiently.

```python
# hyperparameters
Expand Down

0 comments on commit 79a2306

Please sign in to comment.