This project is a Ludo game developed using Python's Pygame library. The primary objective is to simulate a playable Ludo game where AI and human players can participate. The game logic includes ...
This project explores the application of various reinforcement learning (RL) and search-based agents to play the game 2048. We implement and evaluate several agents, including a Deep Q-Network (DQN) ...