all input coordinates must have the same type. input coordinates must be of type double or single.
이전 댓글 표시
I have created a custom environment with 7by1 Observation and 2by1 Action. When I try to train the DDPG agent, training doesn't start. Instead, there's a pop-up window with the following message:
"Invalid setting
all input coordinates must have the same type. input coordinates must be of type double or single."
Could someone please help me with this? What are the input coordinates and how do I have to change them?
I'm really looking forward to an answer, thanks for your help!
댓글 수: 2
KSSV
2021년 7월 13일
Read about Class. Check what calss your inputs belongs to. You can convert them into single or double using the functions single, double. If this is not help ful, share your code.
Max Figlestahler
2021년 7월 13일
편집: Max Figlestahler
2021년 7월 14일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!