This repository was archived by the owner on Dec 11, 2022. It is now read-only.
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
Testing Coach on Ubuntu 17.10 and Python 3.6.3 #54
Closed
Description
Hi,
I am currently testing Coach on Ubuntu 17.10 and Python 3.6.3.
With a few changes in the install.sh file, Coach seems to be fully functional.
Dashboard requirements:
- replace python3.5-dev to python3.6-dev
- Inside coach_env: pip install wxpython (instead of apt-get)
NGraph (install protobuf compiler before installing NGraph):
sudo apt install protobuf-compiler
Intel Optimized TensorFlow (replace CPU link)
pip install https://anaconda.org/intel/tensorflow/1.4.0/download/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl
I havent tested CARLA yet, but so far so good.
Needless to say, great work with Coach!