-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# This file includes common dependencies for all environments | ||
filterpy | ||
pip | ||
pytorchyolo | ||
transforms3d | ||
git+https://github.com/SammyRamone/stable-baselines3.git | ||
git+https://github.com/bit-bots/deep_quintic.git | ||
git+https://github.com/Flova/pyastar2d | ||
git+https://github.com/bit-bots/YOEO | ||
|
||
# The following dependencies are only needed for rl walking and we don't actively use them currently | ||
#git+https://github.com/bit-bots/deep_quintic.git | ||
#git+https://github.com/SammyRamone/stable-baselines3.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# This file is used for installation of dependencies on the robot | ||
-r common.txt # Includes all common dependencies | ||
mycroft-mimic3-tts | ||
pydot | ||
pyopencl | ||
protobuf==3.20.3 # Required for mycroft-mimic3-tts, but we want to enshure that the version is compatible binaries build using the system version, but it should also be compatiple with all the python dependencies | ||
pyttsx3 |