https://github.com/aleedm/computational-intelligence
https://github.com/aleedm/computational-intelligence
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleedm/computational-intelligence
- Owner: Aleedm
- License: mit
- Created: 2023-10-19T12:06:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T22:27:43.000Z (over 2 years ago)
- Last Synced: 2025-01-24T09:43:59.408Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Welcome to the computational-intelligence folder. This collection is a part of my academic journey at the Politecnico di Torino for the year 2023-2024. It encompasses a series of algorithms and implementations discussed during the Computational Intelligence course lectures and lab sessions
# Content Overview
- A* Algorithm
- ES Algorithm for the nim game
- ES Algorithm for the 1000-loci problem
- Q-Learning and Monte Carlo for Tic-Tac-Toe
- AlphaZero for Quixo
# Note
This code is a personal implementation, crafted as part of my studies. While it's influenced by the teachings of the course instructors, any mistakes or unique interpretations are my own.