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

made a better error if a placeholder is missing or if a placeholder is … #27

Merged
merged 2 commits into from
Sep 22, 2017

Conversation

vincentpierre
Copy link
Contributor

…not in the graph

@@ -212,6 +221,26 @@ public void DecideAction()
runner.AddInput(graph[graphScope + ObservationPlaceholderName[obs_number]][0], observationMatrixList[obs_number]);
}

TFTensor[] runned;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of runned it might be better to use a name like network_output which is more clear.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise the PR looks good.

@vincentpierre vincentpierre merged commit 4b7d0c9 into master Sep 22, 2017
@vincentpierre vincentpierre deleted the fix-internal-placeholder branch September 22, 2017 17:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants