Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmadzandi authored Jul 13, 2024
1 parent 7f14970 commit 0a7e1b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@ In this section, we use convolutional neural networks (CNNs) and image-based obs

The DQN algorithm with CNN performs better than the DQN with linear networks and state matrices. It has earned more average rewards in all episodes except the initial episodes. However, this advantage is not guaranteed, and the performance depends on the quality of the observations. So, The DQN algorithm with observation won't always perform better than the DQN algorithm with state. If the observation can be estimated to have the characteristics of the state, they may be better than when we train the algorithm with the state.

## Feedback

If you have any feedback, please reach out to us at sarmadzandi@gmail.com



0 comments on commit 0a7e1b3

Please sign in to comment.