vincentpierre
4 年前
当前提交
713e65fb
共有 12 个文件被更改,包括 30 次插入 和 103 次删除
-
13.github/workflows/pytest.yml
-
30ml-agents/mlagents/trainers/ppo/trainer.py
-
53ml-agents/mlagents/trainers/sac/trainer.py
-
2ml-agents/mlagents/trainers/tests/__init__.py
-
4ml-agents/mlagents/trainers/tests/test_trainer_controller.py
-
2ml-agents/mlagents/trainers/trainer_controller.py
-
1ml-agents/setup.py
-
3ml-agents/tests/yamato/yamato_utils.py
-
4test_requirements.txt
-
8test_constraints_min_version.txt
-
6test_constraints_max_tf2_version.txt
-
7test_constraints_max_tf1_version.txt
|
|||
# pip constraints to use the *lowest* versions allowed in ml-agents/setup.py |
|||
grpcio==1.11.0 |
|||
numpy==1.14.1 |
|||
Pillow==4.2.1 |
|||
protobuf==3.6 |
|||
tensorflow==1.14.0 |
|||
h5py==2.9.0 |
|||
tensorboard==1.15.0 |
|
|||
# pip constraints to use the *highest* versions allowed in ml-agents/setup.py |
|||
# For projects with upper bounds, we should periodically update this list to the latest release version |
|||
grpcio>=1.23.0 |
|||
numpy>=1.17.2 |
|||
tensorflow==2.3.0 |
|||
h5py>=2.10.0 |
|
|||
# pip constraints to use the *highest* versions allowed in ml-agents/setup.py |
|||
# with the exception of tensorflow, which is constrained to <2 |
|||
# For projects with upper bounds, we should periodically update this list to the latest release version |
|||
grpcio>=1.23.0 |
|||
numpy>=1.17.2 |
|||
tensorflow>=1.15.2,<2.0.0 |
|||
h5py>=2.10.0 |
撰写
预览
正在加载...
取消
保存
Reference in new issue