Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 37ac883

Browse files
committed
added comment regarding packages only required for example
1 parent f839183 commit 37ac883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environment.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ dependencies:
1111
- gym==0.17.2
1212
- opencv-python==4.2.0.34
1313
- catkin-pkg==0.4.22
14-
# the below packages are needed for stable-baselines
14+
# the packages below are required to run the example (training with ppo) which
15+
# we provide. if you do not wish to execute the example, you may safely remove
16+
# them
1517
- tensorflow==1.15.0
1618
- pandas==0.24.2
1719
- joblib==0.16.0

0 commit comments

Comments
 (0)