From 296a109691068f09147b8db850261499298aea4a Mon Sep 17 00:00:00 2001 From: juanudacity <35816618+juanudacity@users.noreply.github.com> Date: Fri, 18 Jan 2019 17:52:41 -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 2e615a48b..e95d9c204 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The tutorials lead you through implementing various algorithms in reinforcement * **Deep Deterministic Policy Gradients**: Explore how to use Deep Deterministic Policy Gradients (DDPG) with OpenAI Gym environments. * [Pendulum](https://github.com/udacity/deep-reinforcement-learning/tree/master/ddpg-pendulum): Use OpenAI Gym's Pendulum environment. * [BipedalWalker](https://github.com/udacity/deep-reinforcement-learning/tree/master/ddpg-bipedal): Use OpenAI Gym's BipedalWalker environment. -* **Finance**: Train an agent to discover optimal trading strategies. (_Coming soon!_) +* [Finance](https://github.com/udacity/deep-reinforcement-learning/tree/master/finance): Train an agent to discover optimal trading strategies. ### Labs / Projects