wen

Results 4 comments of wen

Thank you so much for your reply and help. I installed OmniSafe from source, and ran it in the Linux system on the dedicated server following the guidance in the...

I sincerely appreciate your patience and assistance. Thank you very much. I downgraded the `imageio-ffmpeg` package to address compatibility issues ![image](https://github.com/PKU-Alignment/omnisafe/assets/121024995/ff3dbfc2-4a4a-489c-9176-206a0ffd9249) and `ffmpeg` package ![image](https://github.com/PKU-Alignment/omnisafe/assets/121024995/5bf7988f-c1ad-459d-985f-7410b7a85c0f) However, the error still persists...

Thanks to your help, I have successfully implemented the solution. Your support has been invaluable. Thank you!

Thank you for the reply. When I set up a custom gym environment in Webots and used the following code for training: ``` env = Customer() check_env(env) # Train model...