i am trying to run biped robot and it is giving following error: Error using rlRepresentation (line 70) rlRepresentation will be removed in a future release. Unable to automat

조회 수: 6 (최근 30일)
i am trying to run biped robot and it is giving following error:
Error using rlRepresentation (line 70) rlRepresentation will be removed in a future release. Unable to automatically convert rlRepresentation to new representation object. Use the new representation objects rlValueRepresentation, rlQValueRepresentation, rlDeterministicActorRepresentation, or rlStochasticActorRepresentation instead.

답변 (1개)

Gowthami
Gowthami 2023년 1월 19일
Hi Anees,
The representation object 'rlRepresentation' seems to have been not recommended in your current using MATLAB release and was replaced by new representation objects 'rlValueRepresentation', 'rlQValueRepresentation', 'rlDeterministicActorRepresentation', or 'rlStochasticActorRepresentation' to create actors and critics with improved ease of use and flexibility. Please make the appropriate changes in the code to inherit from new representation objects to resolve this issue.

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by