Stable-baselines: pip stable_baselines has no callbacks.py!

Created on 4 Mar 2020  路  4Comments  路  Source: hill-a/stable-baselines

The file exists in the github code base though! Do I have to build the package from github source to get callbacks, functionality? Anyone faces the same issue?

duplicate question

All 4 comments

Yes, new callbacks are not included in the current PyPi version (2.9.0), only in the github. You can install github version with simple pip install git+https://github.com/hill-a/stable-baselines.

Would be a duplicate of #715

Yes, new callbacks are not included in the current PyPi version (2.9.0), only in the github. You can install github version with simple pip install git+https://github.com/fact-project/shifthelper.

Thanks, for the quick update, but, I think the link to the git repo is not correct though!

@AkhilSinghRana Wups, my bad ^^. This is what I get for copy/pasting stuff from Stackoverflow.

Was this page helpful?
0 / 5 - 0 ratings