From 03902356f6a5370aed37b52c14f1a26cb142d3a7 Mon Sep 17 00:00:00 2001 From: rrbb014 Date: Wed, 28 Oct 2020 17:41:07 +0900 Subject: [PATCH] ADDED: tf-prob=v0.9 compatible with tf=v2.1 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 47ea8f8..ea753f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ tensorflow==2.1.0 +tensorflow-probability==0.9.0 numpy>=1.17.0 matplotlib>=3.1.1 gym>=0.16.0