Issues in using Gym-gazebo in Ubuntu 14.04

Source: Internet
Author: User
Tags git clone

Overview

Openai-gym (Git Repo) provides a great toolkit and a playgroud for the in deep reinforcement learning. Furtherly, Gym-gazebo (Git Repo), based on Openai-gym, simplies Ros/gazebo user on transferring OpenAI tools into gazebo .

The following is a record when I implemented this package in my own PC, in particular how I dealt with the installation an D Complie issues.

Environment
    • Ubuntu 14.04
    • ROS Indigo
    • Gazebo 7
    • Pip 9.0.1
    • TensorFlow
    • Keras
Issues
  • Dependencies
    • pip 9.0.1 (make sure it was done before automatic installation)
      • sudo apt-get i Nstall python-pip python-dev
      • sudo apt-get upgrade python-pip python-dev
      • sudo pip install--upgra De pip
  • installation Bash
    • in the bash file Setup_indigo.bash, I has to modify something like below to avoid the E Rrors
      • after "# Create Catkin_ws Modify", add "CD ~"
      • " vcs import <. /.. /gazebo.repos ' &NBSP; to vcs import <. /.. /gym-gazebo/gym_gazebo/envs/installation/gazebo.repos '
      • right after it add a line:  git clone https://github.com/ethz-asl/ Mav_comm.git
  • Invalid tag:environment variable ' gym_gazebo_world_circuit2 ' is not set.
    • Simply need to set according env variables
      • CD gym-gazebo/gym-gazebo/env/installation && bash Turtlebot_setup.bash
  • Keyerror: ' Ros_port_sim '
    • Https://github.com/erlerobot/gym-gazebo/issues/59
      • Export ros_port_sim=11311
Reference

Issues in using Gym-gazebo in Ubuntu 14.04

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.