Getting error in a code.
Mostra commenti meno recenti
for episode = 1:num_episodes
state = get_current_airfoil_state(XB, YB, Cp_0); % Pass airfoil data to the function
action = agent.getAction(state);
reward = environment.run_simulation(action)
Unable to resolve the name 'agent.getAction'.
Error in OPTI_DRL (line 94)
action = agent.getAction(state);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Reinforcement Learning in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!