allenai / allenai/ai2thor

Can't move the agent using vc.play(vc.MoveAhead()) in VideoController

Open
#1,255 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.8k
Forks
296
PR merge metrics
No merged PRs in 30d

Description

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')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.