mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
cbe1c52e00
Rename all source files, scripts, tests, documentation, and configuration from Predix/predix to NexQuant/nexquant across the entire codebase.
21 lines
505 B
Plaintext
21 lines
505 B
Plaintext
# RL Trading Dependencies (Optional)
|
|
#
|
|
# Install with: pip install -r requirements/rl.txt
|
|
#
|
|
# These dependencies are OPTIONAL.
|
|
# The NexQuant 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.1
|
|
|
|
# Optional: TensorBoard for training visualization
|
|
tensorboard
|
|
|
|
# Optional: Progress bars during training
|
|
tqdm
|