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

코드 구현 문의 (데이터 정규화, replay buffer 사용 여부) #148

Open
lumiere01 opened this issue Dec 23, 2022 · 1 comment
Open

Comments

@lumiere01
Copy link

안녕하세요.

우선, 귀중한 코드 공유해주셔서 감사합니다. 도움 많이 받고 있습니다. :)

질문이 두개 있습니다.

  1. training 시 사용하는 stock feature 중 per, pbr, roe는 여기서 데이터를 조정(일종의 정규화?)하는데
    open, high, low, close, volume은 어느 곳에서 하는 제가 찾지를 못했습니다.
    혹시 저 feature는 정규화를 하지 않고 사용하는지요?

  2. ReinforcementLearner.run()에서 replay buffer를 사용하는 곳을 찾지 못했습니다.
    혹시 replay buffer를 사용하지 않는지요?

감사합니다~

@quantylab
Copy link
Owner

open, high, low, close, volume는 차트 그리를데 사용하고 Feature로 사용하지 않습니다. OHLC 관련 Feature는 비율로 전처리하여 사용합니다.

replay buffer 관련해서는 memory_* 변수들을 확인해 주세요.

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

2 participants