From 6b13a559779c2c70ba7639499abfb39bafdd5d2e Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Fri, 31 Aug 2018 18:33:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bcfd8..e003edb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Reimplementation of [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf). -Contributions are welcome. If you find any mistake (very highly possible) or know how to make it more stable, don't hesitate to send a pull request. +Contributions are welcome. If you find any mistake (very likely) or know how to make it more stable, don't hesitate to send a pull request. ### Requirements ------------