Xiangyu Chen

Results 5 comments of Xiangyu Chen
trafficstars

Hi Thomas, Thank you for your interest in our work. You can refer to [this Colab notebook](https://colab.research.google.com/drive/1CuSXnAq3VIZ3ITBKbj9Yfli6NaEdA0bH?usp=sharing) for running model inference. Please feel free to reach out if you have...

Hi Thomas, Thank you for your feedback. I appreciate your efforts in experimenting with the model and making adjustments. Firstly, it's important to note that image steganography with JPEG compression...

I've got similar problems. When I execute `pip3 install -U 'mujoco-py=1.50.1'`, it gets stuck while building wheels (12 hours and no response), and does not even raise an error. Here...

@machinaut and @pat-coady - In fact I encountered another problem, and when dealing with it I figured out an alternative way to install _mujoco-py_. Here's the story. After I tried...

@pat-coady - The 'Cythonizing' thing you mentioned is common when `mujoco_py` is imported for the first time. You can play with the examples with `sudo`, like this: `sudo python3 examples/body_interaction.py`...