Git Product home page Git Product logo

Comments (4)

subakbar avatar subakbar commented on August 27, 2024 1

직전 학습 결과로 만들어진 누적보상을 기준으로
if 매수누적보상 >= 매도누적보상 : 매수
elif 매수누적보상 < 매도누적보상 : 매도

from rltrader.

quantylab avatar quantylab commented on August 27, 2024

보상을 받은 지점의 이전 지점들에 결정된 보상을 적용합니다.

표 3.1지점 4에서 보상 1을 받았고 지점 1, 2, 3에서 매수를 했으므로 지점 1, 2, 3의 매수누적보상에 1씩 더해줍니다.

표 3.2지점 4에서도 보상 1을 받아서 지점 1, 2, 3의 매수누적보상에 1씩 더해주는데, 이미 받은 보상 1에 추가로 1을 더해서 2가 됩니다.

from rltrader.

quantylab avatar quantylab commented on August 27, 2024

ch03_table_explanation

직전 학습에서 결정된 누적보상을 기준으로 행동을 결정합니다.

from rltrader.

quantylab avatar quantylab commented on August 27, 2024

표 3.2의 7번 지점에서는 보유 주식이 없어서 매도할 수 없기 때문에 관망합니다.

from rltrader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.