From ea7b938505da6b332e6dba4cf27e608e08e3b113 Mon Sep 17 00:00:00 2001 From: Adam King Date: Wed, 3 Jul 2019 14:07:53 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f152b21..1413d8e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # RLTrader (Formerly Bitcoin-Trader-RL) [![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)]() -[![Contributions Welcomed](https://img.shields.io/badge/contributions-welcomed-brightgreen.svg)](http://makeapullrequest.com) -[![GPL License](https://img.shields.io/github/license/notadamking/RLTrader.svg)](https://opensource.org/licenses/GPL-3.0/) In this series of articles, we've created and optimized a Bitcoin trading agent to be highly profitable using deep reinforcement learning.