Vitchyr Pong

Results 40 comments of Vitchyr Pong

Can you try passing the `--enable_render` flag to the script?

Thanks for the post! I'm a bit unsure what you are asking. Are you asking that others or I try this out, or merge this code in? Or were you...

I see. Thanks for sharing! Would you mind posting your results here? On Tue, Jun 11, 2019, 4:25 PM Federico Andres Lois wrote: > I don't do research, there is...

Yes, currently it's not implemented but your suggestions should work. After that just call train (and you'll probably want to change it so that you can pass in the epoch...

Hmmm, it's a bit hard to say without knowing more. I imagine if you look at the values of alpha itself, it blows up rather quickly. There can only really...

It looks like you set `use_automatic_entropy_tuning=False` in the original settings, but somehow the entropy tuning is set to `True` when you load it. How are you resuming training? Are you...

Hmmm, yeah I don't know what could be different. Maybe check the optimizers are connected to the correct parameters? I could imagine getting into trouble if you load in parameters...

Why do you randomize the location each time, rather than using `self._top` as the location?

I fixed `run_experiment_from_doodad.py` so that the scripts should really be under `scripts` and not `rlkit/scripts`. Please update PR.

Yeah, that's really odd. Can you check if `deepcopy` copies the weight values as well?