Skip to content

anushmanukyan/rotors-gym-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RotorS Gym Experimental Framework

RotorS Gym is a framework dedicated for robotics researchers for designing reinforcement learning-based controllers. It combines the following toolkits:

Requirements

  • Ubuntu 16.04 LTS
  • ROS Kinetic
  • gym-gazebo
  • pytorch 1.0.1

Instruction

Launch Gazebo

With GUI

roslaunch rotors_gazebo mav.launch mav_name:=firefly world_name:=basic

Headless:

roslaunch rotors_gazebo mav.launch mav_name:=firefly world_name:=basic gui:=false headless:=true

Launch Model

Train the agents:

python train.py

Play the demo:

python demo.py

Publication

References

About

RotorS Gym Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages