当前位置:网站首页>安装spinning up教程里与mujoco对应的gym,报错mjpro150
安装spinning up教程里与mujoco对应的gym,报错mjpro150
2022-07-29 04:31:00 【执妄】
我以为安装到这一步到头了,结果折腾了几个小时!!!
先安装官方教程尝试安装
pip install gym[mujoco,robotics]
然后报错
我以为是我路径设置的有问题,然而并没有我写的就是mujoco200
看了很多博客,发现默认依赖mujoco_py150版本的,然而我装的并不是
解决办法就是排除依赖
pip install gym[all] --no-deps mujoco_py
这时候又出现问题了

运行PPO测试
python -m spinup.run ppo --hid "[32,32]" --env Walker2d-v2 --exp_name mujocotest
报错
希望我的路径为mujoco210,我以为我又要重装,然而并不需要,直接进.bashrc把路径名改为mujoco210
gedit ~/.bashrc

这里我并没有改变实际文件夹的命名,但是并没有报错什么的,暂时先不管,有问题再补充
然后再运行PPO测试
python -m spinup.run ppo --hid "[32,32]" --env Walker2d-v2 --exp_name mujocotest
成功了!!!一天就装了个环境0.0
所有的安装流程在我的三个博客里面,建议完全按照这三个来,会节省大大量的时间
边栏推荐
- (heap sort) heap sort is super detailed, I don't believe you can't (C language code implementation)
- 6. Pytest generates an allure Report
- Coding questions encountered in the interview
- Down sampling and up sampling
- 11. Backup switch
- LeetCode_ Stack topics
- Idea small settings
- Won't you just stick to 69 days? Merge range
- [c language] use the reverse order output of the linked list (bidirectional linked list)
- Jenkins 参数化构建中 各参数介绍与示例
猜你喜欢

C language force buckle question 61 of the rotating list. Double ended queue and construction of circular linked list

Not 67 days, square root

9.延迟队列

No, just stick to it for 64 days. Find the insertion location

LeetCode_ Stack topics

论pyscript使用感想(实现office预览)

使用容器部署Jenkins

14.haproxy+keepalived负载均衡和高可用

Visio draw grid

Not for 58 days. Implement prefix tree
随机推荐
Deep learning training strategy -- warming up the learning rate
Several simple and difficult OJ problems with sequential force deduction
[c language] PTA 7-51 sum the first n terms of odd part sequence
No, just stick to it for 59 days
Introduction and examples of parameters in Jenkins parametric construction
6.pytest生成allure报告
[C] PTA 6-8 finding the height of binary tree
New year's greetings from programmers
Sequence list and linked list
Model tuning, training model trick
Pyscript cannot import package
C language: summary of consortium knowledge points
JVM (heap and stack) memory allocation
14. Haproxy+kept load balancing and high availability
[c language] PTA 7-50 output Fahrenheit Celsius temperature conversion table
Don't stick to it for 68 days. Baboons eat bananas
Christmas tree web page and Christmas tree application
LeetCode_ Stack topics
12.优先级队列和惰性队列
The third ACM program design competition of Wuhan University of Engineering