rl_locomotion
rl_locomotion copied to clipboard
name 'Normal' is not defined
Hi,
Thanks for sharing! I tried to run the code following the guide:
cd raisimLib/raisimGymTorch/raisimGymTorch/env/envs/rsg_a1_task python runner.py --name random --gpu 1 --exptid 1
However,it seemed that the name "Normal' isn't defined, I guessed it's a class and try to change it from "Normal" to "nn.Normal",but it didn't work.
Here was my output:
/home/jialei/RL/01raisim/raisim_workspace/raisimLib/raisimGymTorch/raisimGymTorch/algo/ppo/module.py:249: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs!
if x.shape[1] > 130:
Traceback (most recent call last):
File "runner.py", line 231, in
How to deal with it? It's my honor to get your help!
Thanks again!