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

DDPG / HER #5

Open
3 of 4 tasks
josiahls opened this issue Aug 24, 2019 · 0 comments
Open
3 of 4 tasks

DDPG / HER #5

josiahls opened this issue Aug 24, 2019 · 0 comments
Labels
Discussion Generally something we should talk / debate about

Comments

@josiahls
Copy link
Owner

josiahls commented Aug 24, 2019

Discussion
Now PER is added, many of the basic DQNs are added. We move to DDPG. Primary goals:

  • DDPG algorithm for continuous envs
  • A way to get DDPG to work in a Discrete env like the maze for debugging.
  • HER: Hindsight Experience Replay is useful for speeding up learning / improve exploration. This will possibly involve some considerations in regards to data bunches and the MDPSlices.
  • Once these are done, is there a way to unify this under a single fit function?
@josiahls josiahls added the Discussion Generally something we should talk / debate about label Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Generally something we should talk / debate about
Projects
None yet
Development

No branches or pull requests

1 participant