openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.67k stars 8.6k forks source link

[Question] Cannot find the file pendulum.png #3155

Open shivaniraochepuri21 opened 1 year ago

shivaniraochepuri21 commented 1 year ago

In the pendulum.py file, a file named pendulum.png explaining the coordinate system is said to be located at './diagrams/pendulum.png' in the description comments of PendulumEnv class. I am not able to find it, could someone please help me locate it?

pseudo-rnd-thoughts commented 1 year ago

I can't find the file either but you can see it here https://gymnasium.farama.org/environments/classic_control/pendulum/

shivaniraochepuri21 commented 1 year ago

I can't find the file either but you can see it here https://gymnasium.farama.org/environments/classic_control/pendulum/

Thank you @pseudo-rnd-thoughts