Huan Yang
Followers: 0 Following: 0
Feeds
提问
Realize MADDPG in Matlab
I am working on a multi agent DRL issue. My environment is created by the MATLAB environment template. As MADDPG uses a common c...
4 years 前 | 1 个回答 | 1
1
个回答已回答
Matlab and Pendulum function - Need Help - Thank you.
function T=pendulum(L,a0) cta=a0; t=10^-6; w=0; T=0; while cta>0 T=T+t; a=-9.8/L*sin(cta); w=w+a*t; cta...
Matlab and Pendulum function - Need Help - Thank you.
function T=pendulum(L,a0) cta=a0; t=10^-6; w=0; T=0; while cta>0 T=T+t; a=-9.8/L*sin(cta); w=w+a*t; cta...
7 years 前 | 1