Installing Additional Python Packages

Is it possible to install additional PIP packages for use with my algorithm? Specifically I would like to use Tensorflow.

Would it work to simply add pip install tensorflow to the run.sh script?

What matters for the online games is what is in your algos folder. The rest is for running the game locally. If you want to use more libraries, you will need to download them and place them into your algo folder.

3 Likes

Keep in mind that you need to make sure any tensorflow (or other modules) dependencies also need to be included. Many of these larger modules need several installs with it. For tensorflow:
https://www.tensorflow.org/install/source