2022-10-05 13:58:54 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements-freqai.txt
|
|
|
|
|
|
|
|
# Required for freqai-rl
|
2022-12-19 03:01:09 +00:00
|
|
|
torch==1.13.1
|
2023-01-16 14:53:44 +00:00
|
|
|
stable-baselines3==1.7.0
|
2023-01-16 08:53:21 +00:00
|
|
|
sb3-contrib==1.7.0
|
2022-11-28 18:35:17 +00:00
|
|
|
# Gym is forced to this version by stable-baselines3.
|
2023-02-01 10:11:12 +00:00
|
|
|
setuptools==65.5.1 # Should be removed when gym is fixed.
|
2022-11-28 18:35:17 +00:00
|
|
|
gym==0.21
|