Skip to content
Simon Bouchard edited this page Mar 23, 2018 · 4 revisions

Welcome to the StrategyAI wiki!

To be able to work efficiently with this framework, grSim and UI-Debug are required. Follow the instruction in their respective git-hub directories for the installation.

  • for windows, you can install python 3.6 from Anaconda
  • for linux, you can apt-get install python3. For python 3.6, you need to install it from https://www.python.org (for Ubuntu 16.04 user).

For Linux user:

  1. cd ~/Documents;
  2. sudo apt-get install git virtualenv;
  3. git clone https://github.com/RoboCupULaval/StrategyIA;
  4. cd StrategyIA;
  5. Create a new virtual environnement: virtualenv --python=python3.6 ~/Documents/robocup;
  6. Activate the virtual environnement: source ~/Documents/robocup/bin/activate; (You need to do this each time you want to use the software, pycharm can use the virtual environnement when running the code.).
  7. Install the project requirements: 'pip install -r requirements.txt'.
Clone this wiki locally