Skip to content

Combine CNN-based camera input with ActorCriticRecurrent #92

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

Closed
PanagiotisKotsaris opened this issue May 14, 2025 · 3 comments
Closed

Comments

@PanagiotisKotsaris
Copy link

I’m currently using the CNN implementation from [ #74 ] to preprocess depth-camera frames. Previously, I was feeding all observations (including images) into the ActorCriticRecurrent module.

I’d like to feed the raw camera observation into the CNN encoder, then concatenate its output embedding with my other (non-image) observations, and finally pass that combined vector through the rest of the ActorCriticRecurrent network. Is this straightforward?

@ClemensSchwarke
Copy link
Collaborator

Hi Panagiotis, yes that should be pretty straightforward. We are also currently working on a release that would make this even easier :)

@PanagiotisKotsaris
Copy link
Author

Hello Clemens, thanks for the update—that’s very good news! For now I’ll continue using the CNN encoder on its own and look forward to your upcoming release.

@ClemensSchwarke
Copy link
Collaborator

Sounds good!

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

2 participants