numpy_ARS icon indicating copy to clipboard operation
numpy_ARS copied to clipboard

Why there are three video outputs for step 0 in your code

Open nuthsharsh opened this issue 7 years ago • 1 comments

If h.nb_steps=1, why your code outputs three videos. Could you please elaborate it and how does the wrapper.monitor works in your code. Please do not direct to any gym official link on wrapper.monitor

nuthsharsh avatar Dec 18 '18 17:12 nuthsharsh

Well the wrapper.monitor that outputs videos is part of gym's library, I'm just using it by default. If you want to modify this function, you are free to use gym's official documentation.

alexis-jacq avatar Dec 30 '18 10:12 alexis-jacq