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

Add implementation for RNN support and DRQN algorithm #42

Merged
merged 1 commit into from Dec 17, 2021

Conversation

ishihara-y
Copy link
Contributor

@ishihara-y ishihara-y commented Dec 17, 2021

Add RNN model support and DRQN algorithm.

Following trainers will support RNN-model.

  • Q value-based trainers
  • Deterministic gradient and Soft policy trainers

Other trainers can support RNN models in future but is not implemented in the initial release.

See this paper for the details of the DRQN algorithm.

@ishihara-y ishihara-y self-assigned this Dec 17, 2021
@ishihara-y ishihara-y changed the title Add DRQN Add basic RNN support and DRQN algorithm Dec 17, 2021
@ishihara-y ishihara-y changed the title Add basic RNN support and DRQN algorithm Add implementation for RNN support and DRQN algorithm Dec 17, 2021
@sbsekiguchi
Copy link
Contributor

LGTM.

@sbsekiguchi sbsekiguchi merged commit 7596485 into master Dec 17, 2021
@ishihara-y ishihara-y deleted the feature/20211022-support-rnn-model-training branch December 17, 2021 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants