Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zlockewtg opened this issue Jan 11, 2025 · 2 comments
Open

Comments

@zlockewtg
Copy link

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')
@zlockewtg
Copy link
Author

zlockewtg commented Jan 11, 2025

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?

@zlockewtg
Copy link
Author

According to my test, vc.play(vc.MoveAhead()) only work when about $\frac{moveMagnitude}{frames}<\frac{1}{15}$, still don't know why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant