Pokemon Red Gymnasium environment for reinforcement learning
- Clone the repo to your local machine and install it.
- Fork the repo and clone your fork to your local machine.
pip install -e .
./run.sh
/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.