-
Notifications
You must be signed in to change notification settings - Fork 6
3. Setup Instructions
Python 3.5 and Jupyter Notebooks is needed for this project. The best way to get set up with these is to use Anaconda, the RoboND-Python-Starterkit and use PyCharm IDE for coding and debugging. Here is a great link for learning more about Anaconda and Jupyter Notebooks
Note: if you have a recent version of the RoboND environment then these packages should already be installed.
pip install tensorflow==1.2.1 pip install socketIO-client pip install transforms3d pip install PyQt5 pip install pyqtgraph
if the above throws an error, you can run "activate RoboND" instead
- pip install tensorflow==1.2.1
- pip install socketIO-client
- pip install transforms3d
- pip install PyQt5
- pip install pyqtgraph
Save the following three files into the data folder of the cloned repository.
To interface your neural net with the QuadSim simulator, you must use a version QuadSim that has been custom tailored for this project. The previous version that you might have used for the Controls lab will not work.
The simulator binary can be downloaded here