Files
NexQuant/requirements/rl.txt
T
TPTBusiness cbe1c52e00 refactor: rename project from Predix to NexQuant
Rename all source files, scripts, tests, documentation, and configuration
from Predix/predix to NexQuant/nexquant across the entire codebase.
2026-05-09 17:48:22 +02:00

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