mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-09 11:25:10 +08:00
Add installation guide for openmanipulator local training (#63)
This commit is contained in:
committed by
Seungjae Ryan Lee
parent
09b1f2e9a8
commit
9264c03f76
@@ -97,8 +97,11 @@ wandb login
|
||||
|
||||
#### OpenManipulator
|
||||
|
||||
Follow the ROS installation commands in [Dockerfile](https://github.com/kairproject/kair_algorithms_draft/blob/master/Dockerfile) to train.
|
||||
|
||||
```
|
||||
python run_open_manipulator_reacher_v0.py --algo [algo] --off-render --log
|
||||
roslaunch kair_algorithms open_manipulator_env.launch gui:=false &
|
||||
rosrun run_open_manipulator_reacher_v0.py --algo [algo] --off-render --log
|
||||
```
|
||||
|
||||
#### LunarLanderContinuous-v2
|
||||
@@ -113,6 +116,27 @@ python run_lunarlander_continuous.py --algo [algo] --off-render --log
|
||||
python run_reacher_v1.py --algo [algo] --off-render --log
|
||||
```
|
||||
|
||||
## How to Test
|
||||
|
||||
#### OpenManipulator
|
||||
|
||||
```
|
||||
roslaunch kair_algorithms open_manipulator_env.launch gui:=false &
|
||||
rosrun python run_open_manipulator_reacher_v0.py --algo [algo] --off-render --test --load-from [trained_weight_path]
|
||||
```
|
||||
|
||||
#### LunarLanderContinuous-v2
|
||||
|
||||
```
|
||||
python run_lunarlander_continuous.py --algo [algo] --off-render --test --load-from [trained_weight_path]
|
||||
```
|
||||
|
||||
#### Reacher-v1
|
||||
|
||||
```
|
||||
python run_reacher_v1.py --algo [algo] --off-render --test --load-from [trained_weight_path]
|
||||
```
|
||||
|
||||
## How to Cite
|
||||
|
||||
We are currently writing a white paper to summarize the results. We will add a BibTeX entry below once the paper is finalized.
|
||||
|
||||
Reference in New Issue
Block a user