photo

Huan Yang


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

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...

7 years 前 | 1