当前位置:网站首页>安装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
所有的安装流程在我的三个博客里面,建议完全按照这三个来,会节省大大量的时间
边栏推荐
- [express connection to MySQL database]
- C language: typedef knowledge points summary
- Locker 2022.1.1
- Mongo Shell交互式命令窗口
- Use of torch.optim optimizer in pytorch
- Jenkins 参数化构建中 各参数介绍与示例
- Niuke IOI weekly 27 popularity group
- Christmas tree web page and Christmas tree application
- Kotlin's list, map, set and other collection classes do not specify types
- [C language] PTA 7-52 finding the sum of the first n terms of a simple interleaved sequence
猜你喜欢
Pytoch automatic mixing accuracy (AMP) training
15.federation
Record the Niua packaging deployment project
Detailed comparison of break and continue functions
redux快速上手
用 ZEGO Avatar 做一个虚拟人|虚拟主播直播解决方案
Hengxing Ketong invites you to the 24th China expressway informatization conference and technical product exhibition in Hunan
post导出数据,返回
Won't you just stick to 69 days? Merge range
Auto.js脚本开发环境搭建
随机推荐
Detailed comparison of break and continue functions
Dasctf2022.07 empowerment competition
Why is it necessary to scale the attention before softmax (why divide by the square root of d_k)
Vscode one click compilation and debugging
MySQL - 深入解析MySQL索引数据结构
The third ACM program design competition of Wuhan University of Engineering
TypeError: Cannot read properties of undefined (reading ‘then‘)
C language force buckle question 61 of the rotating list. Double ended queue and construction of circular linked list
LeetCode(剑指 Offer)- 53 - I. 在排序数组中查找数字 I
Two forms of softmax cross entropy + numpy implementation
Can you really write restful API?
14.haproxy+keepalived负载均衡和高可用
你真的会写Restful API吗?
Target detection learning process
Oracle insert data
Post export data, return
File operation (Advanced C language)
Deep learning training strategy -- warming up the learning rate
Auto.js脚本开发入门
异常解决:cococaption包出现找不到edu.stanford.nlp.semgraph.semgrex.SemgrexPattern错误