Skip to content

cbschaff/gym-duckietown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym-Duckietown

Duckietown environment for OpenAI gym. Connects to a remote ROS simulation using ZeroMQ.

Installation

Requirements:

  • Python 2
  • OpenAI gym
  • numpy
  • scipy
  • pyglet

Clone the repository and install the other dependencies with pip2:

git clone https://github.com/duckietown/simulator.git
cd gym
pip2 install -e .

To run the standalone UI application:

./standalone.py

The standalone application will connect to the ROS bridge node, display camera images received and send actions (keyboard commands) back. By default, the ROS bridge is assumed to be running on localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages