MPC-Net icon indicating copy to clipboard operation
MPC-Net copied to clipboard

Accompanying code for the publication "MPC-Net: A First Principles Guided Policy Search"

Results 3 MPC-Net issues
Sort by recently updated
recently updated
newest added

Hello! Recently I am trying to replicate your code work to train mpcnet in this program by myself. However, in the latest ocs2 version, the package "ocs2_ballbot_example" have been removed,...

when using "device = torch.device("cuda:0") # Uncomment this to run on GPU", I get following error Traceback (most recent call last): File "ballbot_learner.py", line 301, in p, u_net = policy(ttx_torch)...

Hello, when I run the "train.py" in "ocs2_legged_robot_mpcnet", the following error occurs. ± |master U:278 ?:3 ✗| → python3 train.py Traceback (most recent call last): File "train.py", line 40, in...