mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
* [RLlib](deps): Bump pyglet in /python/requirements/rllib Bumps [pyglet](https://github.com/pyglet/pyglet) from 1.5.0 to 1.5.18. - [Release notes](https://github.com/pyglet/pyglet/releases) - [Changelog](https://github.com/pyglet/pyglet/blob/v1.5.18/RELEASE_NOTES) - [Commits](https://github.com/pyglet/pyglet/compare/v1.5.0...v1.5.18) --- updated-dependencies: - dependency-name: pyglet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com> Co-authored-by: sven1977 <svenmika1977@gmail.com>
34 lines
658 B
Text
34 lines
658 B
Text
-r requirements_dl.txt
|
|
|
|
# Environment adapters.
|
|
# ---------------------
|
|
# Atari
|
|
atari_py==0.2.9
|
|
gym[atari]==0.18.3
|
|
# Kaggle envs.
|
|
kaggle_environments==1.7.11
|
|
# Unity3D testing
|
|
mlagents_envs==0.27.0
|
|
# For tests on PettingZoo's multi-agent envs.
|
|
pettingzoo==1.11.0
|
|
pymunk==6.0.0
|
|
supersuit
|
|
# For testing in MuJoCo-like envs (in PyBullet).
|
|
pybullet==3.1.7
|
|
# For tests on RecSim and Kaggle envs.
|
|
recsim==0.2.4
|
|
|
|
# Other.
|
|
# ------
|
|
# For MAML on PyTorch.
|
|
higher==0.2.1
|
|
# For auto-generating an env-rendering Window.
|
|
pyglet==1.5.15
|
|
# For JSON reader/writer.
|
|
smart_open==5.0.0
|
|
# Ray Serve example
|
|
starlette==0.14.2
|
|
# ONNX
|
|
onnx==1.9.0
|
|
onnxruntime==1.8.0
|
|
tf2onnx==1.8.5
|