[失败] 尝试四:ubuntu18.04.3重装,搭建ROS Melodic & openai_ros [失败]

一、重装系统

Ubuntu U盘启动工具Rufus制作(详细步骤)
安装时直接选中文,笑。

二、参考内容

gym-gazebo要求
ROS Melodic: Desktop-Full Install recommended, includes Gazebo 9.0.0
Gazebo 9.0.0

1、天涯0508

主页
20180830_ROS开发笔记(8)——Turtlebot3 Gazebo仿真环境下深度强化学习DQN(Deep Q-Learning)开发环境构建
开发环境为Ubuntu 16.04、ROS版本为kinetic、py2
20180909_ROS开发笔记(9)——ROS 深度强化学习应用之keras版本dqn代码分析
20180914_ROS开发笔记(10)——ROS 深度强化学习dqn应用之tensorflow版本(double dqn/dueling dqn/prioritized replay dqn)

2、zhangrelay

其人应该是ROS界的大牛。
主页

20190430_ROS、OpenAI和Gazebo机器人与人工智能仿真与实践教研杂记(一)安装配置
系统:Ubuntu 18.04.2 LTS + ROS Melodic(1.0)1.14.3 ~ 1943 + ROS Crystal(2.0)0.6.1 ~ 541 etc.
仿真:Gazebo 9.8.0 + V-Rep 3.6.1 + Webots 2019a.1 etc.
镜像:ROS2Go ver2.0 + 实验楼ROS + Exbot ROS iso indigo&kinetic etc.
编程:Matlab 2018a + Python 2.7 + Python 3.6 + C++ etc.
智能:Tensorflow + Caffe + OpenAI etc.

gym-gazebo支持ROS Melodic(1.0)
gym-gazebo2支持ROS Crystal(2.0)

20190513_ROS、OpenAI和Gazebo机器人与人工智能仿真与实践教研杂记(三)深度学习
关于ROS、OpenAI和Gazebo已经测试过环境包括:
Ubuntu 16.04 + ROS 1 Kinetic + OpenAI + Gazebo 7
Ubuntu 18.04 + ROS 1 Melodic + OpenAI +Gazebo 9

3、抚琴弹出情调零

主页

20190813_gym-gazebo安装
ubuntu18.04; Melodic; Gzebo9.0

20190809_openai_ros教程( ros gazebo 深度强化学习)
ubuntu16.04,kinetic

4、lxlong89940101

主页
20190528_强化学习实现四旋翼无人机的路径选择(Gym+Gym-Gazebo+Gazebo+Ros)
20190410_ROS+Gazebo+Gym+Gym_gazebo安装配置

5、gym-gazebo的官方安装教程

gym-gazebo的官方安装教程
Installation:
Ubuntu 18.04
Ubuntu 16.04 (deprecated)官方弃用
Ubuntu 14.04 (deprecated)官方弃用
Docker (deprecated)官方弃用

Ubuntu 18.04 Basic requirements:
ROS Melodic: Desktop-Full Install recommended, includes Gazebo 9.0.0 (http://wiki.ros.org/melodic/Installation/Ubuntu).
Gazebo 9.0.0

Ubuntu 16.04 Basic requirements:
ROS Kinetic (/rosversion: 1.12.7)
Gazebo 8.1.1
Python 3.5.2
OpenCV3, installed from sources for Python 3 (git clone https://github.com/Itseez/opencv.git)
OpenAI gym

6、RainStarX

主页
20181010_安装Airsim并在Airsim仿真环境下进行DDPG DQN强化学习算法无人机训练

三、需要安装

tensorflow可以参考‘天涯0508’安装‘tensorflow_gpu-1.8.0-cp27-none-linux_x86_64.whl’

20190419_NVIDIA 驱动版本 cuDNN CUDA Tensorflow四者之间的版本的对应问题:

VersionPython versionCompilerBuild toolscuDNNCUDA
tensorflow_gpu-1.8.02.7, 3.3-3.6GCC 4.8Bazel 0.10.079

四、安装应用

把以前下载的各种包直接导进去,然后安装。
安装anaconda3-5.1.0,20180911_Ubuntu16 安装Anaconda3
安装ROS melodic,20190726_Ubuntu18.04安装ROS melodic

直接拿笔记本上的源来安装melodic,看看效果会不会好一点:

# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ xenial-security universe restricted multiverse main
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates universe restricted multiverse main
deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse

deb http://archive.ubuntu.com/ubuntu xenial main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu xenial main universe restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted multiverse universe

deb http://packages.ros.org/ros/ubuntu xenial main
# deb-src http://packages.ros.org/ros/ubuntu xenial main
deb http://packages.ros.org/ros-shadow-fixed/ubuntu xenial main
# deb-src http://packages.ros.org/ros-shadow-fixed/ubuntu xenial main
# deb-src http://packages.ros.org/ros/ubuntu xenial main
# deb-src http://packages.ros.org/ros-shadow-fixed/ubuntu xenial main
  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值