mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
1448106230
Updates the requirements on [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) to permit the latest version. - [Release notes](https://github.com/DLR-RM/stable-baselines3/releases) - [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.0.0...v2.8.0) --- updated-dependencies: - dependency-name: stable-baselines3 dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
503 B
Plaintext
21 lines
503 B
Plaintext
# RL Trading Dependencies (Optional)
|
|
#
|
|
# Install with: pip install -r requirements/rl.txt
|
|
#
|
|
# These dependencies are OPTIONAL.
|
|
# The Predix RL trading system works without them using a simple momentum fallback.
|
|
#
|
|
# Only install if you want to use full PPO/A2C/SAC training.
|
|
|
|
# Core RL library
|
|
stable-baselines3[extra]>=2.8.0
|
|
|
|
# Gymnasium environment (OpenAI Gym successor)
|
|
gymnasium>=0.29.0
|
|
|
|
# Optional: TensorBoard for training visualization
|
|
tensorboard
|
|
|
|
# Optional: Progress bars during training
|
|
tqdm
|