Jump
Jump copied to clipboard
Supplementary code for SIGGRAPH 2021 paper: Discovering Diverse Athletic Jumping Strategies
after 12000 times of training, run evaluate.py, the render is different from that in the video, and there is no run-up process. Is there a problem with my parameter setting?
Hi, I found your paper very interesting! I found training p-vae(train_pose_vae.py) and training ppo for motion control (train.py). Can you tell me which part of the released code is about...
I cannot get the result the same as the paper. When the training of jump policy, I always gets reward 0. The default values to learn runup policy are: algorithm.max_iterations:...
Hi, I noticed that you used a layer size of 200 for input features, but at the end you seems to use only the joints position. Is this somethings i'm...