- " In this IPython notebook, I plan to help you a little so that you will be able to use the [games.py](https://github.com/aimacode/aima-python/blob/master/games.py) module. You might already know that the `games.py` module implements the algorithms in Chapter 5 (Adversarial Search) of the book 'Artificial Intelligence: A Modern Approach'. The code in this IPython notebook, and the entire [aima-python](https://github.com/aimacode/aima-python) repository is intended to work with Python 3 (specifically, Python 3.4). So if you happen to be working on Python 2, you should switch to Python 3. If you do not have Python 3 installed, you might want to get that done first. Or even better, install [Anaconda](https://www.continuum.io/downloads) and you will get Jupyter Notebook and IPython along with it. This way you will be able to run both Python 2 and Python 3 using what they call 'virtual environments'. This is the way to go if you don't yet want to let go of your dear old Python 2.7. And this is what I do anyways. \n",
0 commit comments