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

Actor is fine regardless of state_dim #49

Open
jimzers opened this issue Aug 17, 2021 · 0 comments
Open

Actor is fine regardless of state_dim #49

jimzers opened this issue Aug 17, 2021 · 0 comments
Assignees

Comments

@jimzers
Copy link
Collaborator

jimzers commented Aug 17, 2021

return self.actor(state).cpu().data.numpy().flatten()

Works with both observation shapes of 82 and 26.

The input into the actor: (1, 82) and (1, 26).

Expected behavior: should throw an error when the wrong observation shape on the last axis is fed to the agent.

This may highlight deeper issues in our networks?

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

3 participants