generated from othneildrew/Best-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b164bf8
commit e7236de
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1 @@ | ||
# ur_openai_gym | ||
OpenAI Gym interface for Universal Robots with ROS Gazebo based on [openai_ros](https://bitbucket.org/theconstructcore/openai_ros/src/kinetic-devel/) | ||
|
||
### Examples | ||
- **Reinforcement Learning** with Soft-Actor-Critic (SAC) with the implementation from [TF2RL](https://github.com/keiohta/tf2rl) | ||
with 2 action spaces: task-space (end-effector Cartesian space) and joint-space. | ||
1. Start the simulation environment based on [ur3](https://github.com/cambel/ur3) | ||
`roslaunch ur3_gazebo ur3e_cubes_example.launch` | ||
2. Execute the learning session: | ||
|
||
For task-space example: | ||
` rosrun ur_rl tf2rl_sac.py -e 0` | ||
|
||
For task-space example: | ||
` rosrun ur_rl tf2rl_sac.py -e 1` | ||
|
||
## [Install with Docker](https://github.com/cambel/ur_openai_gym/wiki/Install-with-Docker) |