facebookresearch / agenthive

AgentHive provides the primitives and helpers for a seamless usage of robohive within TorchRL.
30 stars 4 forks source link

How can I use pre-trained model in robohive? #26

Open JJoonII opened 3 months ago

JJoonII commented 3 months ago

I am using the latest version of robohive. I want to use v0.6 pretrained agent(policy) in agenthive. The file is in pickle format, and it appears that mjrl is needed to load it in robohive. mjrl is bound to an old version of mujoco, so it seems to work differently from the latest version of mujoco. For example, recently mujoco does not provide mjkey.txt (I am using mac OS).

How can I use this model in robohive?