openai / universe-starter-agent

A starter agent that can solve a number of universe environments.
MIT License
1.1k stars 318 forks source link

Fix tensorflow-r12 compatibility bugs #47

Closed Peachball closed 7 years ago

Peachball commented 7 years ago

A couple minor changes to ensure compatibility with tensorflow-r12

tlbtlbtlb commented 7 years ago

These changes don't work with with tensorflow 0.12.1. See detailed comments in the files changed tab. What version were you testing with?

tlbtlbtlb commented 7 years ago

Fixed compatibility with tf0.11 and 0.12.0 and 0.12.1 via https://github.com/openai/universe-starter-agent/commit/a670bdaba284bccb7b96d60a4d7a0d9dc231685b

Peachball commented 7 years ago

I was experiencing the bug mentioned here, but it is fixed now.