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