OfflineRL
OfflineRL copied to clipboard
The torch version issue
Hi there,
After getting everything installed, I run the script provided and meet the error:
File "/home/hsy/PycharmProjects/OfflineRL/offlinerl/utils/net/tanhpolicy.py", line 29, in __init__ self.mode = torch.tanh(normal_mean) AttributeError: can't set attribute.
Pycharm also highlights the error on that line as: Property 'mode' cannot be set
Can you look into this issue and maybe provide your torch version?
Currently I am using Torch 1.13.0.
Thanks!