DQL and PPO implementation of pacman.
Env for pacman:
- pip install gymnasium==0.29.1 ale-py==0.8.1
- pip install "gymnasium[atari,accept-rom-license]"
pip install -r requirements.txt (you may have to pip install more dependencies i forgot to add sorry)
to train ppo/dql just run the respective python files. to see the trained model in action, run video.py and choose the model you would like to record.