Skip to content

Commit

Permalink
run raw
Browse files Browse the repository at this point in the history
  • Loading branch information
PVirie committed Dec 25, 2024
1 parent 198cda2 commit 0db0b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
ssh -o StrictHostKeyChecking=no ${{ secrets.REMOTE_MACHINE_CONNECTION_STR }} << 'EOF'
cd ~/thinking
git pull
./pod_run.sh
source .venv/bin/activate
python3 tasks/rl_hopper.py --clear
python3 tasks/rl_hopper.py
EOF

0 comments on commit 0db0b57

Please sign in to comment.