Skip to content

Commit

Permalink
Move to separate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 10, 2023
1 parent 7114b3e commit bf53abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lunar_lander.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Install the following dependencies before running this example -- swig must be
installed before box2d can be installed, hence it is a separate command:
pip install swig
pip install gymnasium[box2d]==0.29.1
pip install ribs[visualize] tqdm fire gymnasium[box2d]==0.29.1 moviepy>=1.0.0 dask>=2.0.0 distributed>=2.0.0 bokeh>=2.0.0
This script uses the same setup as the tutorial, but it also uses Dask instead
Expand Down

0 comments on commit bf53abb

Please sign in to comment.