Skip to content

Bartolo1024/RL-Local-Path-Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning for Mobile Robot Local Path Planning

The aim of this project is to train reinforcement learning agent for mobile robot control task. Project is based on ROS and Gazebo-gym environment for Turtlebot. Agents use turtlebot lidar sensors and information from A* global path planner as input.

Implemented agents

You can train agnets on the Turtlebot-Lidar enviroments. Project also contains Cartpole-Environment for debugging.

Prerequisites

Before running you have to setup ros catkin workspace with Gazebo-gym (https://github.com/erlerobot/gym-gazebo) and activate it.

Project requires python environment with:

  • Pytorch-ignite
  • matplotlib
  • OpenAI-gym
  • h5py
  • pyyaml

Run

training:

python train.py --env=env-maze-v0 --eps-decay=1000 --net=lstm

evaluatiion:

python eval.py --agent=dqn --env=myenv-v0 --weights out/2019_05_04_17_17_51/model_1900_total_reward_30.5

License

This project is licensed under the MIT License.

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages