PWhiddy / PokemonRedExperiments

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

Start Menu #158

Open ethanlabelle opened 11 months ago

ethanlabelle commented 11 months ago

In the interactive mode, how do I open the start menu? as in the menu opened by pressing start on GBA. I have noticed the AI looping in the start menu. This may be solved with some hypervisor like logic preventing the player from entering the pokedex or options, etc.

niazally commented 11 months ago

You can enter the start menu by pressing "Enter". I encountered this same scenario where the AI randomly enters the start menu and just scrolls through the options.

You can assist the AI - if preferred - by pressing s (equivalent to B on GBA) to exit the menu.

ethanlabelle commented 10 months ago

Yeah I have been doing this while watching some runs. During training, the AI must waste hours in start menus. This issue is similar to #159