alexis-jacq / numpy_ARS

A 150-lines python code for Augmented Random Search (https://arxiv.org/abs/1803.07055) with numpy.
69 stars 13 forks source link

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

Open nuthsharsh opened 5 years ago

nuthsharsh commented 5 years ago

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

alexis-jacq commented 5 years ago

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.