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

Infer dim_input in tf_model_example #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fhoekstra
Copy link

I found this fixed an error that was otherwise raised by get_input_layer in my attempt at a box2d_arm_img experiment.

I am not sure where in the initialization process of the experiment the dim_input is passed along, but found out that it was zero here. Adding this 1 line per multi_modal_network fixes the issue by inferring dim_input from the given obs_include hyperparameter.

I found this fixed an error that was otherwise raised by get_input_layer in my attempt at a box2d_arm_img experiment.

I am not sure where in the initialization process of the experiment the dim_input is passed along, but found out that it was zero here. Adding this 1 line per multi_modal_network fixes the issue by inferring dim_input from the given obs_include hyperparameter.
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

Successfully merging this pull request may close these issues.

None yet

1 participant