Skip to content

Commit

Permalink
remove clear workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PVirie committed Jan 11, 2025
1 parent 7dfa095 commit 2e3ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
tmux send-keys -t runpod-rl_hopper "source .venv/bin/activate" C-m
# assign env variables
tmux send-keys -t runpod-rl_hopper "export MUJOCO_GL=osmesa" C-m
tmux send-keys -t runpod-rl_hopper "python3 tasks/rl_hopper.py --clear" C-m
# tmux send-keys -t runpod-rl_hopper "python3 tasks/rl_hopper.py --clear" C-m
tmux send-keys -t runpod-rl_hopper "python3 tasks/rl_hopper.py" C-m
EOF

0 comments on commit 2e3ebac

Please sign in to comment.