-
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
breakout_dqn실행문제 #25
Comments
pretrained된 모델을 import 하는 부분에서 에러가 나는건가요? |
제 생각에는 그런것 같습니다. |
혹시 cartpole 환경은 잘 실행됐었나요? |
네 cartpole까지는 잘 실행되었습니다. 혹지 저의 운용환경이 위도우 10이여서 그런것일까요? |
break_out dqn 모델을 업데이트 해놨으니 한 번 다시 해보실 수 있나요? 예전에 제가 이 예제들 만들 때 윈도우 10으로 했었어서 os 문제는 아닐 것 같아요. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
제가 breakout_dpn.py 코드를 실행하면
gym에 registration.py에서 문제가 생깁니다.
문제 원인은 PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately. result = entry_point.load(False)로나오는데
이때문에 미리 학습되어 있는 파일을 읽어들이지 못하는것 같습니다.
혹시 이부분에 대한 해결책이 있으신지요?
The text was updated successfully, but these errors were encountered: