add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-r requirements-freqai.txt
|
||||
|
||||
# Required for freqai-rl
|
||||
torch==1.13.1; python_version < '3.11'
|
||||
torch==2.0.0; python_version < '3.11'
|
||||
#until these branches will be released we can use this
|
||||
gymnasium==0.28.1
|
||||
stable_baselines3==2.0.0a5
|
||||
|
||||
Reference in New Issue
Block a user