2021-04-20 08:46:58 +02:00
|
|
|
# Deep learning.
|
|
|
|
# --------------
|
2020-07-30 11:22:56 -07:00
|
|
|
tensorflow-probability
|
2021-04-20 08:46:58 +02:00
|
|
|
# Version requirement to match Tune.
|
2020-10-27 10:37:25 -07:00
|
|
|
torch>=1.6.0
|
2021-04-20 08:46:58 +02:00
|
|
|
# Version requirement to match Tune.
|
2020-09-02 13:03:35 -07:00
|
|
|
torchvision>=0.6.0
|
2020-12-02 02:41:10 +01:00
|
|
|
|
2021-04-20 08:46:58 +02:00
|
|
|
# Environment adapters.
|
|
|
|
# ---------------------
|
|
|
|
# Atari
|
|
|
|
atari_py
|
|
|
|
gym[atari]
|
|
|
|
# Kaggle envs.
|
|
|
|
kaggle_environments
|
|
|
|
# Unity3D testing
|
|
|
|
mlagents
|
|
|
|
mlagents_envs
|
2020-11-26 19:30:35 +01:00
|
|
|
# For tests on PettingZoo's multi-agent envs.
|
|
|
|
pettingzoo>=1.4.0
|
2021-04-20 08:46:58 +02:00
|
|
|
# For testing in MuJoCo-like envs (in PyBullet).
|
|
|
|
pybullet
|
2021-01-19 10:09:39 +01:00
|
|
|
# For tests on RecSim and Kaggle envs.
|
|
|
|
recsim
|
2021-01-25 12:32:41 +01:00
|
|
|
|
2021-04-20 08:46:58 +02:00
|
|
|
# Other.
|
|
|
|
# ------
|
2021-01-25 12:32:41 +01:00
|
|
|
# For MAML on PyTorch.
|
|
|
|
higher
|
2021-04-20 08:46:58 +02:00
|
|
|
# For auto-generating an env-rendering Window.
|
|
|
|
pyglet
|
|
|
|
# For JSON reader/writer.
|
|
|
|
smart_open
|
2021-03-03 14:33:03 +01:00
|
|
|
# Ray Serve example
|
|
|
|
starlette
|