Skip to content

[Improve] - Pytorch Reinforcement DQN Tutorial #3080

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

Open
JDRanpariya opened this issue Oct 7, 2024 · 2 comments · May be fixed by #3380 or #3384
Open

[Improve] - Pytorch Reinforcement DQN Tutorial #3080

JDRanpariya opened this issue Oct 7, 2024 · 2 comments · May be fixed by #3380 or #3384
Assignees
Labels
docathon-h1-2025 A label for the docathon in H1 2025 medium Reinforcement Learning Issues relating to reinforcement learning tutorials

Comments

@JDRanpariya
Copy link

JDRanpariya commented Oct 7, 2024

🚀 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

cc @vmoens @nairbv

@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
@svekars svekars added Reinforcement Learning Issues relating to reinforcement learning tutorials rl labels Apr 16, 2025
@vmoens
Copy link
Contributor

vmoens commented Apr 17, 2025

Sounds good, feel free to propose a PR with these changes!

@AlannaBurke AlannaBurke removed the rl label May 29, 2025
@sekyondaMeta sekyondaMeta added medium docathon-h1-2025 A label for the docathon in H1 2025 labels Jun 3, 2025
@splion-360
Copy link

/assigntome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docathon-h1-2025 A label for the docathon in H1 2025 medium Reinforcement Learning Issues relating to reinforcement learning tutorials
Projects
None yet
6 participants