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

DQN for TensorFlow #50

Closed
ryanjulian opened this issue Apr 12, 2018 · 2 comments
Closed

DQN for TensorFlow #50

ryanjulian opened this issue Apr 12, 2018 · 2 comments
Assignees
Labels
algos New algorithms

Comments

@ryanjulian
Copy link
Owner

Original paper:
https://storage.googleapis.com/deepmind-media/dqn/DQNNaturePaper.pdf

OpenAI baselines implementation:
https://github.com/openai/baselines/tree/master/baselines/deepq

(There are many more resources on Google with DQN implementations in TF)

Sketch:

  • Provide an implementation in sandbox/rocky/tf/dqn.py
  • Add any needed primitives to rllab/ and sandbox/rocky/tf/
  • Provide a regression test (of the reward curve) against the openai/baselines implementation
@ryanjulian
Copy link
Owner Author

Make sure that you share code with the implementation of #26

@ryanjulian ryanjulian added the algos New algorithms label May 15, 2018
@ryanjulian ryanjulian modified the milestones: Week of May 10, Week of May 14, Week of May 21 May 15, 2018
@ryanjulian ryanjulian added this to the Week of June 4th milestone Jun 5, 2018
@ryanjulian
Copy link
Owner Author

See rlworkgroup/garage#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algos New algorithms
Projects
None yet
Development

No branches or pull requests

2 participants