Loading Two Learned Policies Applies Only One Observation #1561
Replies: 2 comments
-
The information of the learned policies is passed from the main code as shown below. selector_env_cfg.py:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello All, This error was due to a coding mistake on my part. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear All,
I'm trying to train a new policy that determines more abstract actions using two learned policies. I referred to the navigation demo code and tried to adapt it for the two policies, but the observation of the first loaded policy is being applied to the second policy as well. Is there a way to avoid this error?
Probably,
rolling_low_level_obs = self._rolling_low_level_obs_manager.compute_group("rolling_policy")
is not being processed correctly.Error Code:
My modified code:
Beta Was this translation helpful? Give feedback.
All reactions