google-deepmind / acme

A library of reinforcement learning components and agents
Apache License 2.0
3.43k stars 423 forks source link

Providing nightly builds #109

Open ethanluoyc opened 3 years ago

ethanluoyc commented 3 years ago

Hi,

Thanks for the awesome library!

It would be great if acme can provide nightly builds (similar to tf-nightly and tfp-nightly) which would allow the users to pin the versions of acme to exact versions

Alternatively, it would be good if there is a way to differentiate the versions when installing from the master branch. Currently, in setup.py the version specified on the master branch is 0.2.0, this may confuse the users as they cannot distinguish the version installed.

I am happy to create a PR if the acme authors have some ideas of how to do this in practice.

Thanks!

fastturtle commented 3 years ago

Hi @ethanluoyc, thanks for your offer. We'll look into providing a nightly version but unfortunately it's something that we have to do internally.