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

학습 과정에서 벽에 부딪혀도 에피소드가 초기화 되지 않고 훈련하는 법 #64

Open
Accountance opened this issue Oct 5, 2023 · 0 comments

Comments

@Accountance
Copy link

트랙을 책과 다르게 커스텀 했는데요.
주행 중에 벽과 부딪히지 않는게 거의 불가능에 가까운 상태라
에피소드가 초기화 되지 않는 상태로 상,벌을 받게하고 싶은데,

if (hit) 아래에

if (hitInfo.distance < current.HitValidationDistance - 1) // - 뒤의 값으로 벽과 충돌 판정 범위 조절 가능
{
m_LastAccumulatedReward += HitPenalty;
m_EndEpisode = true;
}

여기서 m_EndEpiosde 만 false로 바꾸고 빌드 해도 똑같이 학습 파일이 남나요?

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