Getting error in a code.
Ältere Kommentare anzeigen
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);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Reinforcement Learning finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!