Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 296 Bytes

Stage Gym env

This is a gym env to work with the Stage simulations, allowing the use of deep reinforcement learning algorithms in the robot navigation training.

Installation

pip install gym==0.21.0
git clone https://github.com/alikolling/gym_stage
cd gym_stage
pip install -e .