Skip to content

Commit

Permalink
Updated learn.py for use with gymnasium/sb3 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan committed Apr 30, 2023
1 parent 836fa90 commit c390185
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 630 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pip3 install -e .
At the time of writing, [`stable-baselines3` 2.0's alpha can be installed from PyPI](https://github.com/DLR-RM/stable-baselines3/pull/1327)

```sh
pip install "sb3_contrib>=2.0.0a1" --upgrade
pip install "stable_baselines3>=2.0.0a1" --upgrade
pip3 install "sb3_contrib>=2.0.0a1" --upgrade
pip3 install "stable_baselines3>=2.0.0a1" --upgrade
```

## Use
Expand Down
123 changes: 0 additions & 123 deletions gym_pybullet_drones/examples/learning/learn.py

This file was deleted.

23 changes: 0 additions & 23 deletions gym_pybullet_drones/examples/learning/sa_script.bash

This file was deleted.

53 changes: 0 additions & 53 deletions gym_pybullet_drones/examples/learning/sa_script.slrm

This file was deleted.

2 changes: 0 additions & 2 deletions gym_pybullet_drones/examples/learning/shared_constants.py

This file was deleted.

Loading

0 comments on commit c390185

Please sign in to comment.