You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if the context is ever used in self.agent. As far as I understand in the pearl.py file we never use the context of self._policy and it is also not used within the class ContextConditionedPolicy.
Hi, I have two issues that I do not quite understand why they are part of the code
The code overwrites the action
a
in the deterministic case:garage/src/garage/torch/algos/pearl.py
Lines 743 to 746 in b4abe07
There is an open pull request about this here: Fix double action sampling in PEARLWorker #2275.
I was wondering if the context is ever used in
self.agent
. As far as I understand in thepearl.py
file we never use the context ofself._policy
and it is also not used within the classContextConditionedPolicy
.garage/src/garage/torch/algos/pearl.py
Lines 754 to 759 in b4abe07
Some hints are appreciated
Thanks
The text was updated successfully, but these errors were encountered: