forked from Superalgos/Superalgos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/Superalgos/Superalgos in…
…to develop
- Loading branch information
Showing
326 changed files
with
7,818 additions
and
1,433 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
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
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,21 +1,13 @@ | ||
# Use the official tensorflow latest with gpu and jupyter notebook | ||
FROM tensorflow/tensorflow:latest-gpu-jupyter | ||
|
||
RUN apt-get update && apt-get install -y python3-pip | ||
RUN pip3 install --upgrade pip | ||
# Set the working directory in the container | ||
WORKDIR /app | ||
|
||
RUN pip3 install -U scikit-learn | ||
RUN pip3 install pandas | ||
RUN pip3 install ray[all] | ||
RUN pip3 install torch | ||
RUN pip3 install torchvision | ||
RUN pip3 install tabulate | ||
RUN pip3 install tensorboard | ||
RUN pip3 install tensorflow | ||
RUN pip3 install sklearn | ||
RUN pip3 install gym | ||
# Copy the requirements file to the container | ||
COPY requirements.txt . | ||
|
||
# RUN nohup bash -c "ray start --head --port 6379 --num-gpus=1 &" && sleep 8 # will be used for ray cluster | ||
# Install the necessary libraries | ||
RUN pip install --no-cache-dir -r requirements.txt | ||
|
||
|
||
# RUN pip install notebook | ||
# RUN pip install matplotlib |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
scikit-learn==0.24.2 | ||
pandas==1.3.4 | ||
ray[all]==1.7.0 | ||
torch==1.9.0 | ||
torchvision==0.10.0 | ||
tabulate==0.8.9 | ||
tensorboard==2.7.0 | ||
tensorflow==2.7.0 | ||
tensorflow-probability==0.14.1 | ||
gym==0.17.3 |
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
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...ects/Foundations/UI/Utilities/Tutorial.js → Projects/Education/UI/Utilities/Tutorial.js
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
Binary file added
BIN
+8.59 KB
Projects/Foundations/PNGs/Docs/indicators/quantum-jurik-volatility-params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+35.5 KB
Projects/Foundations/PNGs/Docs/indicators/quantum-jurik-volatility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+45.4 KB
Projects/Foundations/PNGs/Docs/indicators/quantum-mobo-on-the-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.