Ziwen Zhuang
Ziwen Zhuang
There is a small problem with the model.py file. Python reported an error when it goes to line 297, where there is a missing argument for the multinomial function.
One of the attractions of this repository is that we can have a pytorch version without messing with tensorflow. It seems like openai-baselines actually requires tensorflow. Could you explain why...
Hi, when I was running `run_goal_conditioned_policy.py`, an error occurred saying custom_goal_sampler is None. And I checked that VAEWrappedEnv.\_\_getstate\_\_ ignored its _custom_goal_sampler. Then there is no data load while the object...