From 204f49ac3abdb5c631c1c9932b783667b043b6e5 Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 27 Jan 2020 22:10:52 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbb84309..2e78c634a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ --- -**TensorTrade is still in Alpha, meaning it should not be used in production systems yet, and it may contain bugs.** +**TensorTrade is still in Beta, meaning it should be used very cautiously if used in production, as it may contain bugs.** TensorTrade is an open source Python framework for building, training, evaluating, and deploying robust trading algorithms using reinforcement learning. The framework focuses on being highly composable and extensible, to allow the system to scale from simple trading strategies on a single CPU, to complex investment strategies run on a distribution of HPC machines.