numpy_ARS
numpy_ARS copied to clipboard
Why there are three video outputs for step 0 in your code
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
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.