kzl / decision-transformer

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
MIT License
2.32k stars 439 forks source link

compilation error (MuJoCo) #72

Open NagarajJ111 opened 5 months ago

NagarajJ111 commented 5 months ago

I'm facing a compilation error in my Cython code while trying to assign a type 'void (const char ) except nogil' to 'void ()(const char ) noexcept nogil'. I'm using this code in the context of interfacing with MuJoCo. I've tried to modify the cpx.file also.

user074 commented 1 month ago

This might help: https://github.com/openai/mujoco-py/issues/773#issuecomment-1712434247