Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve] - Pytorch Reinforcement DQN Tutorial #3080

Open
JDRanpariya opened this issue Oct 7, 2024 · 0 comments
Open

[Improve] - Pytorch Reinforcement DQN Tutorial #3080

JDRanpariya opened this issue Oct 7, 2024 · 0 comments

Comments

@JDRanpariya
Copy link

🚀 Describe the improvement or the new tutorial

In current tutorial DQN is not performing well even after 600 episodes. I would like to update hyper parameters, so it reaches optimal policy by the end of training.

Following parameters needs to change and need to replace the Result image.

EPS_START = 1.0
EPS_END = 0
EPS_DECAY = 1500
LR = 5e-4

Existing tutorials on this topic

No response

Additional context

image

@JDRanpariya JDRanpariya changed the title 💡 [Improve] - Pytorch Reinforcement Cart-pole Tutorial [IMPROVE] - Pytorch Reinforcement Cart-pole Tutorial Oct 7, 2024
@JDRanpariya JDRanpariya changed the title [IMPROVE] - Pytorch Reinforcement Cart-pole Tutorial [Improve] - Pytorch Reinforcement Cart-pole Tutorial Oct 7, 2024
@JDRanpariya JDRanpariya changed the title [Improve] - Pytorch Reinforcement Cart-pole Tutorial [Improve] - Pytorch Reinforcement DQN Tutorial Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant