Skip to content

[Improve] - Pytorch Reinforcement DQN Tutorial #3080

Open
@JDRanpariya

Description

@JDRanpariya

🚀 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Reinforcement LearningIssues relating to reinforcement learning tutorialsrlIssues related to reinforcement learning tutorial, DQN, and so on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions