nes-py
There are 4 repositories under nes-py topic.
Kautenja/gym-super-mario-bros
An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES
Kautenja/gym-tetris
An OpenAI Gym interface to Tetris on the NES.
Kautenja/gym-zelda-1
An OpenAI Gym interface to The Legend of Zelda on the NES.
VaradhKaushik/RL-models-for-Super-Mario-Bros
This repository explores the application of three reinforcement learning algorithms—Deep Q-Networks (DQN), Double Deep Q-Networks (DDQN), and Proximal Policy Optimization (PPO)—for playing Super Mario Bros using the OpenAI Gym and nes-py emulator. It includes a comparative analysis of these models.