Temperature and irradiance reset function

조회 수: 7 (최근 30일)
Sampson Nwachukwu
Sampson Nwachukwu 2022년 10월 30일
댓글: Sampson Nwachukwu 2023년 9월 9일
Hi, everyone,
I am working on a project that focuses on the maximum power point tracking of solar PV under partial shading condition using Deep Q-Network. The system input reset function randomizes the values of temperature and irradiance at each training time step. After training the algorithm, the deep learning agent is able to track the PV maximum power at standard testing conditions (1000W/m2 and 25 deg.). However, when the irradiance drops below 800W/m2, the power level falls below than expected. For example, if the pv power level is supposed to be 798W, it drops to 705W.

답변 (1개)

Karan Singh
Karan Singh 2023년 9월 8일
Hi Sampson,
From what I understand, the project involves training the DQN algorithm to track the PV system's maximum power under standard testing conditions. However, when the irradiance drops below 800W/m2, the power level observed falls below the expected level.
When the irradiance drops below 800W/m2, it is expected that the power level will decrease. However, if the power level falls significantly lower than expected, there could be several factors contributing to this issue. 
There are a few approaches you can consider:
  1. Insufficient training data: The DQN agent might not have enough training data for low irradiance conditions. Ensure that the training dataset includes enough samples covering a wide range of irradiance levels, including low irradiance scenarios.
  2. Exploration-exploitation trade-off: The DQN agent might not be exploring enough during training to discover optimal policies for low irradiance conditions. Adjusting the exploration rate or using exploration strategies like epsilon-greedy or Boltzmann exploration.
  3. Limited action space: The action space of the DQN agent may not be suitable for handling low irradiance conditions. Consider expanding the action space to allow for more fine-grained control over the PV system parameters, such as adjusting the voltage or current levels. 
Attached below are some documentation links that you may find helpful:
Hope this helps!
  댓글 수: 1
Sampson Nwachukwu
Sampson Nwachukwu 2023년 9월 9일
Hi, Karan,
Thank you for your detailed response. I appreciate!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Solar Power에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by