필터 지우기
필터 지우기

Reinforcement learning for adaptive cruise control

조회 수: 3 (최근 30일)
Yixuan Wang
Yixuan Wang 2020년 3월 23일
댓글: Yixuan Wang 2020년 3월 27일
Hi,
I tried with the tutorial of applying DDPG method to adaptive cruise control(ACC) by https://www.mathworks.com/help/reinforcement-learning/ug/train-ddpg-agent-for-adaptive-cruise-control.html.
It seems working but when I check the pretrained model or after trainning my own model, the weights and bias in actorNetwork and criticNetwork are null, shown as follows:
How can I get the parameters? I am really confused.
Thanks,
Yixuan

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2020년 3월 24일
Hello,
Try the following
load('SimulinkACCDDPG.mat','agent')
actor = getActor(agent);
weights = getLearnableParameterValues(actor);

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by