Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gym==0.26.2
|
2 |
+
numpy==1.24.2
|
3 |
+
pickle5==0.0.11 # if needed for compatibility with pickle in some environments
|
4 |
+
torch==2.1.0 # If using PyTorch for Q-learning
|