Farama-Foundation/gym-docs

Problem with rendering

Raagulbharatwaj opened this issue · 1 comments

I am trying to create a Q-learning agent I am having a problem with rendering the environment. I want to render the environment every thousand episodes but due to env.reset() calling render internally the rendering is continuous and the training is so slow.

You are asking in the wrong project, could you make an issue https://github.com/farama-Foundation/gymnasium here with some example code to help understand your problem