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

Create cartpole-drqn.py #1

Merged
merged 1 commit into from
Dec 25, 2018
Merged

Create cartpole-drqn.py #1

merged 1 commit into from
Dec 25, 2018

Commits on Dec 25, 2018

  1. Create cartpole-drqn.py

    This shows the way to implement Deep Recurrent Q-Network (DRQN) model for the Cartpole case. I had to expand the state input to include a few number of past state data and created a meaningful sequential input stream for Long and Short-Term Memory (LSTM) model. Otherwise, it did not work with just current state information. This sounds like violating the Markov property assumption but this does the job.
    Douglas-Cho authored Dec 25, 2018
    Configuration menu
    Copy the full SHA
    5006346 View commit details
    Browse the repository at this point in the history