Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 535 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 535 Bytes

Install Dependencies

Execute the following commands:
cd ~/ros_ws/src
git clone https://bitbucket.org/theconstructcore/openai_ros.git
cd ~/ros_ws
catkin_make
source devel/setup.bash
rosdep install openai_ros

Use

Launch Gazebo model:
roslaunch cartpole_description main.launch

Run cartpole-example: (Go to roscd cartpole_tests/script)
python reinforcement_q_learning.py

make sure python version should be 3.7.0. To check python version
python -V