### 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Tiga002/pyrobot-rl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A ROS package contains the Mujoco and Gazebo Simulation for PyRobot supported Locobot
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published