Skip to content

Commit

Permalink
Remove -pre option
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura authored and gen740 committed Mar 8, 2024
1 parent 7fa6e2c commit a540162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
pip install git+https://github.com/optuna/optuna.git
python -c 'import optuna'
#TODO(not522): Remove pre option after stable-baselines3 v2.0.0 is released.
pip install --pre -r rl/requirements.txt
pip install -r rl/requirements.txt
- name: Run examples
run: |
python rl/sb3_simple.py
Expand Down

0 comments on commit a540162

Please sign in to comment.