Hao Cheng

Results 8 comments of Hao Cheng

@Tokics 这恰恰就是01背包和完全背包的区别 dp[i][j] = dp[i-coins[j-1]][j] +dp[i][j-1] #完全背包,可以重复使用自己 dp[i][j] = dp[i-coins[j-1]][j-1] +dp[i][j-1] #01背包,不能重复使用

train at least 3 times with different random seed and record the value each epoch, then use matplotlib to draw. the line is the average value and the surround area...

well, as you see, the main project is not complete. I am working on supporting Dual-arm (single arm now) and multiprocessing.

Almost done, but after submiting the paper

@acheong08 pip3 install revChatGPT --upgrade will work, I just try it. thanks for your work.

because 3 for 3D world displacement, 1 for hand open and grasp.

Don't Care too much, such a lowlevel I did 3 years ago when i was a student. always make junk code.