Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

reinforcement learning using my own function

조회 수: 1 (최근 30일)
Adam Horvath
Adam Horvath 2020년 2월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I have just started dabbling in machine learning. I would like to use reinforcement learning to do the following: I have a "core" function that takes 5 input numbers and returns 1 output number. I would like to use a reinforcement learning algorithm to input the 5 numbers into my function and try to maximize the 1 output number. Does my function qualify as "environment"? I am feeling a bit lost in this topic. Could someone point me in the right direction as to which toolbox to use and maybe the functions I should look at in the relevant toolbox?
Thanks a lot!

답변 (1개)

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2020년 2월 6일
It looks like your "core" function qualifies as the actual policy (or value function for that matter). The environment would be the thing that decides how these 5 inputs to the policy are generated. If you share more info on the application it may be easier to provide more suggestions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by