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
5 ビュー (過去 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.
0 件のコメント
回答 (1 件)
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.
More information on the recommended objects in R2021a and 'rlRepresentation' can be found here: https://in.mathworks.com/help/releases/R2021a/reinforcement-learning/ref/rlrepresentation.html?searchHighlight=rlRepresentation&s_tid=doc_srchtitle
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!