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

play_dqn_model.py 의 score 문제 #32

Open
sangjinhong opened this issue Aug 4, 2019 · 5 comments
Open

play_dqn_model.py 의 score 문제 #32

sangjinhong opened this issue Aug 4, 2019 · 5 comments

Comments

@sangjinhong
Copy link

좋은 책을 출판해 주신 것에 대해서 감사합니다.

play_dqn_model.py 를 이용해서 기존해 훈련하신 모델을
실행을 했는데 agent 가 계속 오른쪽에 붙어 있고
score 는 계속 0 입니다.

코드에 아래와 같이 되어 있습니다.

agent.load_model("./save_model/breakout_dqn_5.h5")

아마도 환경적인 문제인 것 같은데 해결책이 있으면
부탁을 드립니다.

@dnddnjs
Copy link
Contributor

dnddnjs commented Aug 4, 2019

저희 책을 읽어주셔서 감사합니다. 코드 개선을 제대로 하지 못해 독자분들께 죄송하네요. 말씀하신 부분은 확인해보고 수정할께요-!!

@sangjinhong
Copy link
Author

그리고 breakout_dqn.py 코드도 저만 그런 것인지 모르겠지만 훈련이 잘 되지 않는 것 같습니다.

@sangjinhong
Copy link
Author

breakout_dqn.py 에서 agent 의 움직임에 비해서 공이 너무 빠른 것 같은데 frame skip 을 시키지 말아야 할 것 같은데 frame skip 을 시키지 않는 방법이 있을까요???

@dnddnjs
Copy link
Contributor

dnddnjs commented Sep 29, 2019

모델 업데이트 해놨습니다. 이제 성능이 잘 나올 거에요! 훈련은 제가 해봤는데 잘 되더라구요. 패키지 버전 문제일까 싶네요.

@sangjinhong
Copy link
Author

감사합니다.

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

No branches or pull requests

2 participants