rail-berkeley/rlkit

Question about VAEPolicy in rlkit.torch.sac.policies

Closed this issue · 2 comments

In UWAC paper, they did from rlkit.torch.sac.policies import TanhGaussianPolicy, MakeDeterministic, VAEPolicy in examples/UWAC_hdf5_d4rl.py.

However, even in rlkit repository there is no such class. May I know where can I get the latest version of the repository?

Yes, it looks like it is probably based off of this repo (which extends rlkit): https://github.com/rail-berkeley/d4rl_evaluations/blob/master/bear/rlkit/torch/sac/policies.py

Thank you @anair13 for the pointer, now it makes sense.