Closed TalhaAsmal closed 6 years ago
Hmm... it seems like the database connection connects, but then closes. Can you make sure your tensorforce requirement is at #master? (currently their master is https://github.com/reinforceio/tensorforce/commit/f1c49de35633ad5b6866834200df75bd2b2dfc1c; I've specifically got my eye on this commit https://github.com/reinforceio/tensorforce/commit/f0876f55e2cfb0af789479237bed7d8fe66df515 not being present for your case)
What I would do is:
pip uninstall tensorforce
git clone https://github.com/reinforceio/tensorforce.git
pip install -e .
from within the cloned dirIncidentally, while I don't think this issue is Windows at all, we'll keep an eye on how far you can get with Win & this project. I've seen some heart-ache w/ the various deps. I'd dual-boot Ubuntu
That worked perfectly, thanks! I'm training on windows, GTX 1070, --gpu-split 2 with my own dataset from bitfinex. Lets see how it goes
Hi,
I get the following error and stacktrace when running hypersearch.py. I'm using Python 3.6.4 64-bit on Windows 10 with Postgres 10.1.3 64-bit. I've installed all the requirements in the requirements.txt file with the same version as specified, but I still get the following error.
Is this a postgres version issue, or something related to windows? It seems to happen when doing the Select statement for the test data.