@@ -7,7 +7,7 @@ With Reinforcement Learning (RL) Estimators, you can train reinforcement learnin
7
7
Supported versions of Coach: ``0.11.1 ``, ``0.10.1 `` with TensorFlow, ``0.11.0 `` with TensorFlow or MXNet.
8
8
For more information about Coach, see https://github.com/NervanaSystems/coach
9
9
10
- Supported versions of Ray: ``0.6.5 ``, `` 0. 5.3 `` with TensorFlow.
10
+ Supported versions of Ray: ``0.5.3 `` with TensorFlow.
11
11
For more information about Ray, see https://github.com/ray-project/ray
12
12
13
13
For information about using RL with the SageMaker Python SDK, see https://sagemaker.readthedocs.io/en/stable/using_rl.html.
@@ -23,19 +23,19 @@ SageMaker runs RL Estimator scripts in either Python 3.5 for MXNet or Python 3.6
23
23
24
24
The Docker images have the following dependencies installed:
25
25
26
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
27
- | Dependencies | Coach 0.10.1 | Coach 0.11.0 | Coach 0.11.1 | Ray 0.5.3 | Ray 0.6.5 |
28
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
29
- | Python | 3.6 | 3.5 (MXNet) or | 3.6 | 3.6 | 3.6 |
30
- | | | 3.6 (TensorFlow) | | | |
31
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
32
- | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 | 9.0 | 9.0 |
33
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
34
- | DL Framework | TensorFlow-1.11.0 | MXNet-1.3.0 or | TensorFlow-1.12.0 | TensorFlow-1.11.0 | TensorFlow-1.12 .0 |
35
- | | | TensorFlow-1.11.0 | | | |
36
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
37
- | gym | 0.10.5 | 0.10.5 | 0.11.0 | 0. 10.5 | 0.12.1 |
38
- +-------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
26
+ +-------------------------+-------------------+-------------------+-------------------+
27
+ | Dependencies | Coach 0.10.1 | Coach 0.11.0 | Ray 0.5.3 |
28
+ +-------------------------+-------------------+-------------------+-------------------+
29
+ | Python | 3.6 | 3.5(MXNet) or | 3.6 |
30
+ | | | 3.6(TensorFlow) | |
31
+ +-------------------------+-------------------+-------------------+-------------------+
32
+ | CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
33
+ +-------------------------+-------------------+-------------------+-------------------+
34
+ | DL Framework | TensorFlow-1.11.0 | MXNet-1.3.0 or | TensorFlow-1.11 .0 |
35
+ | | | TensorFlow-1.11.0 | |
36
+ +-------------------------+-------------------+-------------------+-------------------+
37
+ | gym | 0.10.5 | 0.10.5 | 0.10.5 |
38
+ +-------------------------+-------------------+-------------------+-------------------+
39
39
40
40
The Docker images extend Ubuntu 16.04.
41
41
0 commit comments