While validating my rlEnvironment: I am getting the following error?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am unsure how to test it to see where I am getting this error. Any help would be greatly appreciated
Error in Environment (line 50)
env = rlFunctionEnv(ObsInfo,ActionInfo,'myStepFunction','myResetFunction');
Caused by:
Unable to perform assignment because the left and right sides have a different number of elements.
댓글 수: 2
Emmanouil Tzorakoleftherakis
2020년 7월 22일
If you share your environment it will be easier to help, but it looks like there is a size mismatch somewhere. Try calling your step and reset functions manually and see if inputs/outputs make sense.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!