Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 678 Bytes

File metadata and controls

22 lines (15 loc) · 678 Bytes

Code Examples for Class

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

License

All code and documents in this repository is provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License

CC BY-SA 4.0