When I run the following code, I find that although I can train normally, the visualization part always fails to work (black screen is displayed). It seems to be the problem of self.env.unwrapped.viewer.set_agent_display in evaluation.py?
Have you encountered similar problems?
When I run the following code, I find that although I can train normally, the visualization part always fails to work (black screen is displayed). It seems to be the problem of
self.env.unwrapped.viewer.set_agent_display
inevaluation.py?
Have you encountered similar problems?