-
Notifications
You must be signed in to change notification settings - Fork 324
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 nonframe state #142
base: master
Are you sure you want to change the base?
Dqn nonframe state #142
Conversation
kargarisaac
commented
Apr 7, 2020
- Add dqn for non-frame state spaces
- Add loading and evaluation code for the trained model
Get latest
Example_9 file contains using dqn for cartpole with a custom model and evaluation function. |
Thank you! That explains why DQN did not work for my tasks. Your pull request is, however, quite complicated. Wouldn't just changing |
@petrikvladimir It does if you set the class as input. I just added the same settings as the atari env for non-atari envs to do it automatically. |
@astooke, is there any issue with this merge? This would really be a useful functionality to have officially |