Skip to content
/ pokegym Public
forked from PufferAI/pokegym

Gymnasium environment for Pokemon Red

License

Notifications You must be signed in to change notification settings

leanke/pokegym

 
 

Repository files navigation

Pokegym

Pokemon Red Gymnasium environment for reinforcement learning

Installation

  1. Clone the repo to your local machine and install it.
  2. Fork the repo and clone your fork to your local machine.
pip install -e . 

Running

./run.sh

Structure

/wrappers: Contains environment wrappers for customizing and extending the base environment.

/pokegym: Holds the core environment files. Modify these files to alter the environment's behavior.

/policies: Includes policy implementations. This is where you'll define and test different reinforcement learning strategies.

/config: Configuration files for setting parameters and environment settings.

Powered by Pufferlib

About

Gymnasium environment for Pokemon Red

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%