- Step1: Clone the GitHub repository to your local machine
- Step2: Install Python and required dependencies via pip install -r requirements.txt
- Step3: Download ChromeDriver compatible with your Chrome version and place it in PATH
- Step4: Run python train.py to train the DQN agent on the Dino environment
- Step5: Monitor training logs and adjust configuration parameters as needed
- Step6: Use python play.py to watch the trained agent play the game
- Step7: Evaluate performance with python evaluate.py