serl
serl copied to clipboard
报错信息:None cannot be `None` when the render_mode is not `human`的解决方法
修改requirements.txt文件内 将 gymnasium 改为 gymnasium==0.29.1
It works for me, thx!