Training agent using reinforcement learning
이전 댓글 표시
Please, how can I train agent using reinfircement learning that manage energy in smart grid for one year because make the episode for one year is very large and make the training impossible.
답변 (1개)
Emmanouil Tzorakoleftherakis
2020년 12월 11일
0 개 추천
Hello,
When you train using historical data, it is often a good idea to break down your dataset in smaller pieces. Then, instead of training for a year's worth of data, you can make the episode run, e.g., for a month's worth of data. To make sure you use your entire dataset, switch between your smaller datasets using the reset function.
Hope that helps
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!