From 1c195dcf8d9f99222e49a5f8021686ad6c9adc84 Mon Sep 17 00:00:00 2001 From: Athul A <50787933+athulkannan2000@users.noreply.github.com> Date: Sat, 30 Jan 2021 13:59:17 +0530 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7d30f5b7..dd41e758 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# RL implementation is allowed. """Setup script for Dopamine. This script will install Dopamine as a Python module.