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

몇가지 문의^^ #23

Open
seihyoung opened this issue Jun 10, 2021 · 0 comments
Open

몇가지 문의^^ #23

seihyoung opened this issue Jun 10, 2021 · 0 comments

Comments

@seihyoung
Copy link

안녕하세요, 처음 글 올려 인사부터 드립니다^^

이해하기 쉬운 설명과 시각적인 예제로 기초공부에 많은 도움되었습니다!!

2가지 궁금한 것이 있는데요, 이미 검토된 이슈면 이해 부탁드립니다^^

  1. 아래와 같은 v2 버전 딥살사 예제에서 학습 모델을 저장할 때 매 100번마다 저장을 하는데,
    그러면 e 가 0~999 이므로 마지막 학습을 저장하기 위해서는 (e+1) % 100 으로 해야 하지 않나요?

    (그리드월드 딥살사 train.py 중 에서)

    100 에피소드마다 모델 저장

     if e % 100 == 0:
         agent.model.save_weights('save_model/model', save_format='tf')
    
  2. 그리고 위 예제에서 accuracy가 기준값보다 작을 때 학습을 중지하려면, 코드 어느 부분을 고치면 되는지요?

감사합니다!

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

1 participant