Skip to content

A ROS package contains the Mujoco and Gazebo Simulation for PyRobot supported Locobot

Notifications You must be signed in to change notification settings

Tiga002/pyrobot-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation


### Only if you are using gazebo
cd ros_catkin_ws/src
git clone https://github.com/Tiga002/pyrobot-rl.git
cd ../
catkin_make

# For Using MuJoCo, You only have to

git clone https://github.com/Tiga002/pyrobot-rl.git
cd pyrobot-rl/
virtualenv -p python3.6 venv_pyrobot_rl
source venv_pyrobot_rl/bin/activate
pip install -r requirements.txt
cd baselines/
pip install -e .
cd ../pyrobot-gym
pip install -e . 

# To train/test ... Similar as running the openai baselines
cd ../baselines/baselines
python -m run --env=LocoBotPush-v1 --alg=her --num_timesteps=10000 --play 

About

A ROS package contains the Mujoco and Gazebo Simulation for PyRobot supported Locobot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published