How to solve dot indexing error in matlab reinforcement learning function "sim"?

1 次查看(过去 30 天)
hello everyone, i'm quite new to reinforcement learning toolbox and i encountered some issues while trying to run a simulation.
I get this error after using the following function :

回答(1 个)

Steven Lord
Steven Lord 2022-11-26
The documentation page for the sim function in Reinforcement Learning Toolbox states that the env input argument must be a "reinforcement learning environment object" and offers some suggestions on functions that you can use to create such an object. The agents input argument must be a "reinforcement learning agent object or array of agent objects" and suggests some functions that you can use to create those objects. The simOptions input argument must be an rlSimulationOptions object.
Are the inputs in your sim call the correct type of objects? If you're not sure set a breakpoint on the line where you call sim or set an error breakpoint. When MATLAB reaches the breakpoint, look at the variables with which you call sim. Show us the output of the whos function when you're stopped at the breakpoint if you're not certain.

类别

Help CenterFile Exchange 中查找有关 Training and Simulation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by