Relative Content

Tag Archive for python-3.xpygamereinforcement-learningopenai-gymgymnasium

Custom Gymnasium Env : Observation Space Problem

I’m building a similar game to PvZ in pygame, but instead of having a player, it has an agent that is supposed to learn how to play the game. For that purpose I’m using gymnasium, but I’m quite new to this module.