PWhiddy / PokemonRedExperiments

Playing Pokemon Red with Reinforcement Learning
MIT License
7k stars 645 forks source link

VisuliseProgress.ipynb error #182

Closed nbaron17 closed 3 months ago

nbaron17 commented 4 months ago

image

Installed the requirements and ran the notebook only to get this error.

PWhiddy commented 3 months ago

Hi! To run that notebook you need to change the grid size so that its a multiple of the number of environments you're running. However I will also say that the notebook is a bit outdated - the preferred method now is to use tensorboard/wandb + the map viz for tracking progress.

hope that's helpful!

nbaron17 commented 3 months ago

Thanks!