Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Handle Limited Observability in TDMPC? #21

Open
lrchit opened this issue Dec 11, 2024 · 0 comments
Open

How to Handle Limited Observability in TDMPC? #21

lrchit opened this issue Dec 11, 2024 · 0 comments

Comments

@lrchit
Copy link

lrchit commented Dec 11, 2024

Hi,

Thank you for the incredible work on TDMPC!

I'm implementing it on my own task with the Unitree Go1 robot, and I have some questions regarding the "observation".
image

In the image above:

  • The left represents the "stand task" without privileged information (i.e., the velocity of the base link and the robot's height).
  • The right shows the task with these additional privileged observations.

From my experiments, it’s significantly harder for the agent to learn without the privileged information, as shown in the image. After 14 hours of training, the agent on the right still struggles. By contrast, the agent with privileged information (left) stands reliably after just 40 minutes.

This leads to my confusion:
Is it inherently too challenging to train TDMPC when only the latent state is used for the value (critic network), which is inferred from only proprioceptive data? While a motion capture system might be available for rewards during training, in my case, the trained policy would only have access to proprioceptive data during deployment on the real robot.

I’m considering a teacher-student framework:

  1. The teacher loop is trained first with full access to privileged information to refine the latent states.
  2. The student loop then learns to "imitate" the latent states using only proprioceptive data.

Do you think such an approach would help?

Looking forward to your insights!

Best regards,
Ruochen Li

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant