dgriff777 / rl_a3c_pytorch

A3C LSTM Atari with Pytorch plus A3G design
Apache License 2.0
562 stars 119 forks source link

added trained model for MsPacman-v0 #40

Open enochkan opened 3 years ago

enochkan commented 3 years ago

Trained MsPacman model for 2 days. Averaging 6.7k score per 100 epochs, high score ~ 10.5k

enochkan commented 3 years ago

@dgriff777 thanks again for the wonderful code base. Any plans on adding this trained model to the master branch?

enochkan commented 3 years ago

If possible, I can provide a write-up once our final project is graded.

dgriff777 commented 3 years ago

I actually use to have trained models for many of the games in repo but decided to remove them as I felt the size added to repo by including them made it too bulky for those cloning repo. But thank you for the offer though.