This folder contains useful Python code for the AI course. This includes general Python examples:
- How to make charts with mathplotlib
- How to make tables with pandas
- How to profile code
- How to use random numbers in numpy
AI specific examples:
- How to store agent state information
- How to implement simple trees for search in AI
All code and documents in this repository is provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License
