add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0

This commit is contained in:
robcaulk
2023-05-01 13:18:03 +00:00
parent c26099280f
commit af139ffbab
13 changed files with 317 additions and 26 deletions
+1 -1
View File
@@ -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