Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 709 Bytes

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