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 "<stdin>", line 1, in<module>
File "/home/mila/b/browna/.conda/envs/maniskill3_env/lib/python3.10/site-packages/torchrl/record/recorder.py", line 127, in __init__
self.video_kwargs["fps"] = fps
File "/home/mila/b/browna/.conda/envs/maniskill3_env/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1928, in __getattr__
raise AttributeError(
AttributeError: 'VideoRecorder' object has no attribute 'video_kwargs'
Expected behavior
No crash
System info
Describe the characteristic of your environment:
Describe how the library was installed (pip, source, ...) torchrl==0.7.1
Python version 3.10
print(torchrl.__version__, numpy.__version__, sys.version, sys.platform)
0.7.11.26.43.10.14|packagedbyconda-forge| (main, Mar202024, 12:45:18) [GCC12.3.0] linux
Checklist
I have checked that there is no similar issue in the repo (required)
Describe the bug
Creating an instance of
VideoRecorder
crashes when we passfps
.To Reproduce
Expected behavior
No crash
System info
Describe the characteristic of your environment:
torchrl==0.7.1
3.10
Checklist
The text was updated successfully, but these errors were encountered: