Making computer agent learn snake game using Deep Qlearning Algorithm. Player/User can also compete against the computer agent (MultiAgent Game).
- Create and activate virtual environment
python -m venv env
.\env\Scripts\activate
- Install required modules
pip install -r requirements.txt
- Train the AI Agent
python train.py
- Play against the AI Agent
python agent.py