You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 508, in
main()
File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 331, in main
critic_lr=CRITIC_LR)
File "/home/ros/PaddleRobotics\QuadrupedalRobots\ETGRL\alg\sac.py", line 53, in init
self.model = model.to(device)
AttributeError: 'MujocoModel' object has no attribute 'to'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 508, in main() File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 331, in main critic_lr=CRITIC_LR) File "/home/ros/PaddleRobotics\QuadrupedalRobots\ETGRL\alg\sac.py", line 53, in init self.model = model.to(device) AttributeError: 'MujocoModel' object has no attribute 'to'
使用python train.py时报如下错误
Traceback (most recent call last):
File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 508, in
main()
File "/home/ros/PaddleRobotics/QuadrupedalRobots/ETGRL/train.py", line 331, in main
critic_lr=CRITIC_LR)
File "/home/ros/PaddleRobotics\QuadrupedalRobots\ETGRL\alg\sac.py", line 53, in init
self.model = model.to(device)
AttributeError: 'MujocoModel' object has no attribute 'to'
The text was updated successfully, but these errors were encountered: