From f335ccc24b8712f6a45d5b7df9ce30ac72abec94 Mon Sep 17 00:00:00 2001 From: Adam King Date: Wed, 3 Jul 2019 14:08:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1413d8e..55c35ef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/notadamking/RLTrader.svg?branch=master)](https://travis-ci.org/notadamking/RLTrader) [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](http://makeapullrequest.com) [![GPL License](https://img.shields.io/github/license/notadamking/RLTrader.svg?color=brightgreen)](https://opensource.org/licenses/GPL-3.0/) -[![Github Stars](https://img.shields.io/github/stars/notadamking/RLTrader.svg)]() +[![Github Stars](https://img.shields.io/github/stars/notadamking/RLTrader.svg)](https://github.com/notadamking/RLTrader) In this series of articles, we've created and optimized a Bitcoin trading agent to be highly profitable using deep reinforcement learning.