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

fix #795: Making tf_util._Function consistent #796

Merged
merged 2 commits into from
Jan 31, 2019

Conversation

Rishav1
Copy link
Contributor

@Rishav1 Rishav1 commented Jan 20, 2019

The fix involves using the placeholder name to crossreference passed
kwargs values, just like the tf_util.function expects. Also, the givens
are updated before the parameters to make it behave like it's supposed
to.

Tested it with the docstring example in tf_util.function.

The fix involves using the placeholder name to crossreference passed
kwargs values, just like the tf_util.function expects. Also, the givens
are updated before the parameters to make it behave like it's supposed
to.
@pzhokhov pzhokhov merged commit 5b41c92 into openai:master Jan 31, 2019
huiwenn pushed a commit to huiwenn/baselines that referenced this pull request Mar 20, 2019
* fix openai#795: Making tf_util._Function consistent

The fix involves using the placeholder name to crossreference passed
kwargs values, just like the tf_util.function expects. Also, the givens
are updated before the parameters to make it behave like it's supposed
to.

* test: Adding test for issue openai#795
kiku-jw pushed a commit to kiku-jw/baselines that referenced this pull request Apr 6, 2019
* fix openai#795: Making tf_util._Function consistent

The fix involves using the placeholder name to crossreference passed
kwargs values, just like the tf_util.function expects. Also, the givens
are updated before the parameters to make it behave like it's supposed
to.

* test: Adding test for issue openai#795
kkonen pushed a commit to kkonen/baselines-1 that referenced this pull request Sep 26, 2019
* fix openai#795: Making tf_util._Function consistent

The fix involves using the placeholder name to crossreference passed
kwargs values, just like the tf_util.function expects. Also, the givens
are updated before the parameters to make it behave like it's supposed
to.

* test: Adding test for issue openai#795
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

2 participants