ericyangyu / PPO-for-Beginners

A simple and well styled PPO implementation. Based on my Medium series: https://medium.com/@eyyu/coding-ppo-from-scratch-with-pytorch-part-1-4-613dfc1b14c8.
MIT License
766 stars 116 forks source link

Only render every n episode #3

Closed clemens-tolboom closed 3 years ago

clemens-tolboom commented 3 years ago

It would be nice to show only some renderings

clemens-tolboom commented 3 years ago

I set render === True as we are running Gym stuff ... hope you agree :-O

And renamed into render_every_i to distinguish from _t

clemens-tolboom commented 3 years ago

Thanks for the articles and this repo :-)