mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-09 11:25:10 +08:00
Add openmanipulator train to docker training script
This commit is contained in:
+3
-2
@@ -6,9 +6,10 @@ KAIR=$CATKIN_WS/src/kair_algorithms_draft
|
||||
|
||||
if [ "$1" == "lunarlander" ]; then
|
||||
cd $KAIR/scripts; \
|
||||
python run_lunarlander_continuous.py --algo $2 --off-render
|
||||
python run_lunarlander_continuous.py --algo $2 --off-render
|
||||
elif [ "$1" == "openmanipulator" ]; then
|
||||
echo "Working"
|
||||
cd $KAIR/scripts; \
|
||||
rosrun kair_algorithms run_open_manipulator_reacher_v0.py --algo $2 --off-render
|
||||
else
|
||||
echo "Unknown parameter"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user