Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Voidminded/DQNStageROS

Using ROS to connect Stage simulator with Google DeepMind (DQN) project for Deep Reinforcement Learning in Robotic !
https://github.com/Voidminded/DQNStageROS

Last synced: 3 months ago
JSON representation

Using ROS to connect Stage simulator with Google DeepMind (DQN) project for Deep Reinforcement Learning in Robotic !

Lists

README

        

# DQNStageROS

Implement DQN in Stage simulator in ROS for Deep Reinforcement Learning using Google DeepMind.

## Installation

For connecting the Stage simulator with DQN I use ROS platform.
Install ROS Stage:

```bash
$ sudo apt-get install ros-distro-stage ros-distro-stage_ros
```

## Running

Start Stage using ROS and your world:

```bash
$ rosrun stage_ros stageros youWorld.world
```