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

How to predict the gs at next step in the eval stage? #37

Open
DingChunQ opened this issue Jan 7, 2025 · 0 comments
Open

How to predict the gs at next step in the eval stage? #37

DingChunQ opened this issue Jan 7, 2025 · 0 comments

Comments

@DingChunQ
Copy link

I want to get the future scene prediction in eval stage.
A key problem is that I need data['action'] as a part of dyna_input in the GeneralizableGSEmbedNet class's forward() function.
data['action'] is got from replay_sample['action'] when training, the shape is [bs, 8], e.g. "tensor([[ 2.8866e-01, -1.4778e-01, 1.2483e+00, 6.0417e-01, 7.9686e-01, -1.7191e-04, -1.3396e-04, 0.0000e+00]], device='cuda:1')"

How can I get the action like this in the eval stage?
Thanks!

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