You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/MrT2003/Laboratory_AI_LAB_1
# Recommend using virtual environments to set up library# For Linux/macOS
python3 -m venv venv
source venv/bin/activate
# For Windows
python -m venv venv
venv\Scripts\activate
### 2. Run the application
Input this commandin the terminal: python pacman.py --layout _______ --pacman _______
Explain:
+ In the first blank space, filling the layout that you want (Ex: tinyMaze, mediumMax, myLayout, etc.).
+ In the second blank space, filling the Agent class to supervise the movement of Packman (Ex: DumbAgent, RandomAgent, BetterRandomAgent, ReflexAgent. )