I am learning RL with Gymnasiun and Stable Baselines 3, but it is not working very well for me.
I created a cardgame "Golf" with RL in mind and then I made a Gymnasium env to train my RL agent and a small jupyter nb to run training.
https://github.com/SakuOrdrTab/golf_card_game/tree/one-phase-RL
However, no matter what I do, my agent does not learn. At all.
The actual problem is, that the project is a bit large; I can't post it to Stack Overflow, as I can't produce a minimum viable code to ask the question - someone would have to rampage through my code for game logic, gym environment and possibly the player classes and the notebook to see why I am stuck. I posted this to RL subreddit for help, but could not get progress from there.
I understand that this channel is also for more fast-paced Q&A, but how can I get help for this kind of larger questions? SO is out of question I think, I am not a student and I don't really know any coders in real life.