2021-09-16 20:16:40 -07:00
|
|
|
-r requirements_dl.txt
|
2021-05-17 18:24:13 +02:00
|
|
|
|
|
|
|
# Environment adapters.
|
|
|
|
# ---------------------
|
|
|
|
# Atari
|
2021-09-03 09:35:18 +01:00
|
|
|
atari_py==0.2.9
|
2021-07-02 09:58:18 -07:00
|
|
|
gym[atari]==0.18.3
|
2021-05-17 18:24:13 +02:00
|
|
|
# Kaggle envs.
|
|
|
|
kaggle_environments==1.7.11
|
|
|
|
# Unity3D testing
|
2021-09-16 20:16:40 -07:00
|
|
|
mlagents_envs==0.27.0
|
2021-05-17 18:24:13 +02:00
|
|
|
# For tests on PettingZoo's multi-agent envs.
|
2021-10-09 00:11:53 +02:00
|
|
|
pettingzoo==1.11.1
|
2021-08-11 04:19:19 -04:00
|
|
|
pymunk==6.0.0
|
2021-10-09 00:11:53 +02:00
|
|
|
supersuit==2.6.6
|
2021-05-17 18:24:13 +02:00
|
|
|
# For testing in MuJoCo-like envs (in PyBullet).
|
|
|
|
pybullet==3.1.7
|
|
|
|
# For tests on RecSim and Kaggle envs.
|
|
|
|
recsim==0.2.4
|
2021-10-30 21:50:39 +02:00
|
|
|
tensorflow_estimator==2.6.0
|
2021-05-17 18:24:13 +02:00
|
|
|
|
|
|
|
# Other.
|
|
|
|
# ------
|
|
|
|
# For MAML on PyTorch.
|
|
|
|
higher==0.2.1
|
|
|
|
# For auto-generating an env-rendering Window.
|
2021-09-24 19:32:55 +02:00
|
|
|
pyglet==1.5.15
|
2021-05-17 18:24:13 +02:00
|
|
|
# For JSON reader/writer.
|
|
|
|
smart_open==5.0.0
|
|
|
|
# Ray Serve example
|
2021-10-23 18:34:14 -07:00
|
|
|
starlette==0.16.0
|
2021-07-13 18:38:11 +02:00
|
|
|
# ONNX
|
|
|
|
onnx==1.9.0
|
|
|
|
onnxruntime==1.8.0
|
|
|
|
tf2onnx==1.8.5
|