Antoine's repositories
HackYeah2024
HackYeah2024 Repository for team Denis
Projet1-IA
Implement DFS, BFS, and A* algorithms to navigate an agent through various search problems (collecting gems, finding exits, or visiting specific points)
FolderFlow
A practical file sorting system that helps you organize files into categorized folders for easy access and management. It features clear naming conventions, subfolder structures, and include many more features!
Linear-Solver
This project implements a linear solver using triangulation methods to efficiently solve systems of linear equations. Developed for the "Calcul formel et Numérique" course INFO-F205, it focuses on reducing systems to upper triangular form for easy resolution.
Projet-ALGO2
Max2SAT solver for lamp grids, developed as part of the Algorithms 2 course (INFO-F203 2024). The project models the lamp grid problem as a Max2SAT instance to find the optimal configuration that satisfies the maximum number of constraints.
Projet1-InfoFond
Informatique Fondamentale INFO-F302 : Alcuin's Number Calculation.
Projet2-IA
Adversarial search algorithms, including Minimax, Alpha-Beta Pruning, and Expectimax, to create an agent that competes against another in a map-based game environment.
Projet3-IA
Bayes Net — Inference-by-enumeration
Arkanoid-Projet-LDP2
Arkanoïd-type game for the LDP2 (INFO-F202) class.
DungeonCrawler
Dungeon Crawler game, inspired by an old project of mine (BA1)
Projet4-IA
Value-iteration and Qlearning with e-greedy and aggressive exploration algorithms for reinforcement learning
Projet5-IA
Autoencoder python implementation for Machine Learning and image reconstruction (with noise).
SAT-Solver
SAT Solver for Boolean expressions