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

Reward Function에 매도/매수/관망을 넣어주면 어떻게 되나요? #115

Open
dy0802 opened this issue Sep 2, 2021 · 1 comment
Labels
question Further information is requested v2

Comments

@dy0802
Copy link

dy0802 commented Sep 2, 2021

우선, 강화학습을 공부하는 학생 입장으로서, 이 책으로 실습할 수 있는 기회를 주셔서 정말 감사드립니다.

중간중간에 많은 매수와 매도는 거래세와 수수료 등의 이유로 좋지 못하다고 되어있는데,

여기에서 거래세와 수수료 계산이 어느정도 Reward Function에 부정적인 영향을 미치긴 하겠지만 여기서 그치지 않고,

예를 들어, [매수횟수 + 매도횟수] * (-1) + 관망횟수 * 1 등을 Reward Function에 추가하면 성능에 개선이 있을까요?

@quantylab
Copy link
Owner

@dy0802
네 적당히 window를 정해서 그 안에서의 매수/매도/관망 수를 반영해 보면 의미있을 것 같습니다.

@quantylab quantylab added v2 question Further information is requested labels Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested v2
Projects
None yet
Development

No branches or pull requests

2 participants