So this is the repo made for learning to play Ms.Pacman with Pacman.
Ran on collab, manually choose file path to load the model.
Networks:
- Q-Network
- Dueling Q-Network
Transfer Learning:
- Non Progressive
- Proggresive Neural Networks
Agent options:
- Q-Learning Type : Deep & Double (x2)
- Buffer Type : Replay & PER (x2)
- Exploration : Epsilon-Greedy (& ICM) (x2)