2022-10-05 13:58:54 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements-freqai.txt
|
|
|
|
|
|
|
|
# Required for freqai-rl
|
2023-05-06 16:12:10 +00:00
|
|
|
torch==2.0.0
|
2023-03-15 23:53:37 +00:00
|
|
|
#until these branches will be released we can use this
|
2023-04-16 17:28:36 +00:00
|
|
|
gymnasium==0.28.1
|
2023-04-19 17:37:51 +00:00
|
|
|
stable_baselines3==2.0.0a5
|
|
|
|
sb3_contrib>=2.0.0a4
|
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.
|
2023-04-01 23:59:02 +00:00
|
|
|
# Progress bar for stable-baselines3 and sb3-contrib
|
|
|
|
tqdm==4.65.0; python_version < '3.11'
|