Azzera filtri
Azzera filtri

variant control 'VID==0" used by the block

2 visualizzazioni (ultimi 30 giorni)
muhammad usama
muhammad usama il 3 Ago 2022
Risposto: Dinesh il 12 Apr 2024
i have trained reinforcement learning agent and would like to implement the agent to convege the system to desire input. i have used variant subset and also select the variant mode. The problem arises when i start simulation it shows as given below. Any help or guidance in this regards will be much appreciated.
  1 Commento
Kirthi
Kirthi il 15 Feb 2023
Hello muhammad,
Your variant model needs a control variable to work, you must've set condition as 'VID==0' but didn't not create or initiate the variable. Try creating the variable and setting it to 0. Then run the model.
Hope it helps

Accedi per commentare.

Risposte (1)

Dinesh
Dinesh il 12 Apr 2024
Hello,
When you define a variant control inside a variant block, it is assumed that you also have created the variant present in the variant control. For example, in this case, you have defined "VID==0" as the variant control which means if VID=0, a set of blocks get executed and another set of blocks get executed if VID is not 0. You are only defining the condition inside the variant block. But the variant VID itself is not being explicitly set anywhere which leads to this error. You can just create a variable "VID" in the base workspace and initialize it to any value.
Here's a link that might help you understand further: https://www.mathworks.com/help/simulink/ug/set-and-open-active-variants.html

Community Treasure Hunt

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

Start Hunting!

Translated by