-
Notifications
You must be signed in to change notification settings - Fork 228
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
Comments
저희 책을 읽어주셔서 감사합니다. 코드 개선을 제대로 하지 못해 독자분들께 죄송하네요. 말씀하신 부분은 확인해보고 수정할께요-!! |
그리고 breakout_dqn.py 코드도 저만 그런 것인지 모르겠지만 훈련이 잘 되지 않는 것 같습니다. |
breakout_dqn.py 에서 agent 의 움직임에 비해서 공이 너무 빠른 것 같은데 frame skip 을 시키지 말아야 할 것 같은데 frame skip 을 시키지 않는 방법이 있을까요??? |
모델 업데이트 해놨습니다. 이제 성능이 잘 나올 거에요! 훈련은 제가 해봤는데 잘 되더라구요. 패키지 버전 문제일까 싶네요. |
감사합니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
좋은 책을 출판해 주신 것에 대해서 감사합니다.
play_dqn_model.py 를 이용해서 기존해 훈련하신 모델을
실행을 했는데 agent 가 계속 오른쪽에 붙어 있고
score 는 계속 0 입니다.
코드에 아래와 같이 되어 있습니다.
agent.load_model("./save_model/breakout_dqn_5.h5")
아마도 환경적인 문제인 것 같은데 해결책이 있으면
부탁을 드립니다.
The text was updated successfully, but these errors were encountered: