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
When I using VideoController with the given demo, the agent doesn't move at all. I didn't change anything, if anyone is in the same situation as me?
from ai2thor.video_controller import VideoController
with VideoController() as vc:
vc.play(vc.MoveAhead())
vc.wait(5)
vc.play(vc.MoveAhead())
vc.export_video('thor.mp4')
The text was updated successfully, but these errors were encountered:
Also, there is something wrong with vc.play(vc.RotateRight), I add two missing variable and it can work now. But I don't know why use TeleportFull instead of RotationRight in _rotate?
When I using VideoController with the given demo, the agent doesn't move at all. I didn't change anything, if anyone is in the same situation as me?
The text was updated successfully, but these errors were encountered: