From 9e5684b4fc82d6f8a7dd811db5e2c66c32da20a5 Mon Sep 17 00:00:00 2001 From: Marwan Mattar Date: Wed, 14 Mar 2018 16:30:25 -0700 Subject: [PATCH] Fixed lingering broken links --- CONTRIBUTING.md | 2 +- docs/Training-PPO.md | 2 +- docs/Using-TensorFlow-Sharp-in-Unity.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c573428a63..53cf3f5d9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ to ensure that your extensions can be easily integrated. ### Communication -First, please read through our [code of conduct](../CODE_OF_CONDUCT.md), +First, please read through our [code of conduct](CODE_OF_CONDUCT.md), as we expect all our contributors to follow it. Second, before starting on a project that you intend to contribute diff --git a/docs/Training-PPO.md b/docs/Training-PPO.md index fb32e38808..79dfbd568d 100644 --- a/docs/Training-PPO.md +++ b/docs/Training-PPO.md @@ -8,7 +8,7 @@ If you are using the recurrent neural network (RNN) to utilize memory, see [Usin If you are using curriculum training to pace the difficulty of the learning task presented to an agent, see [Training with Curriculum Learning](Training-Curriculum-Learning.md). -For information about imitation learning, which uses a different training algorithm, see [Training with Imitation Learning](Training-Imitation-Learning). +For information about imitation learning, which uses a different training algorithm, see [Training with Imitation Learning](Training-Imitation-Learning.md). ## Best Practices when training with PPO diff --git a/docs/Using-TensorFlow-Sharp-in-Unity.md b/docs/Using-TensorFlow-Sharp-in-Unity.md index 09da46fd29..e99990e580 100644 --- a/docs/Using-TensorFlow-Sharp-in-Unity.md +++ b/docs/Using-TensorFlow-Sharp-in-Unity.md @@ -66,7 +66,7 @@ In the Unity Editor, you must specify the names of the nodes used by your graph ![Internal Brain Inspector](images/internal_brain.png) -See [Internal Brain](Learning-Environments-Design-External-Internal-Brains.md#internal-brain) for more information about using Internal Brains. +See [Internal Brain](Learning-Environment-Design-External-Internal-Brains.md#internal-brain) for more information about using Internal Brains. If you followed these instructions well, the agents in your environment that use this brain will use your fully trained network to make decisions.