tensorflow / agents

TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
Apache License 2.0
2.8k stars 721 forks source link

tf-agents pip is no longer available #9

Closed wushaobo closed 5 years ago

wushaobo commented 5 years ago

I think you have noticed that there is no release available now for tf-agents pip library to install. A number of other libraries have been broken by this issue including magenta, tensor2tensor, etc. Would you consider to fix it soon or what's the plan?

sguada commented 5 years ago

Need to pip install tf-agents-nightly. There will not be a stable version for a bit.

wushaobo commented 5 years ago

It was quite like a smoke test that anyone who used tf-agents suddenly gets broken then realizes the right name of this library has been updated. No doubt they have strong Continuous Integration to warn their quick responding developers to fix it, but I just feel that a compatible way may be more graceful than hustle.

sguada commented 5 years ago

Sorry for the hustle, we will be more careful in the future.