Hi!
I tried to run the code given by the tutorial but I found that the figure is so small when rendering. Is it normal or there’s a problem with my computer?
2 Likes
Hey! You can use env.render()
every time you call env.step(action)
to create a new window which renders the environment. You can resize this other window and you’ll be able to see the agent’s perspective more clearly!
1 Like
Oh it works! Thank you