Skip to content

Commit 9e5684b

Browse files
author
Marwan Mattar
committed
Fixed lingering broken links
1 parent f71ae84 commit 9e5684b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to ensure that your extensions can be easily integrated.
77

88
### Communication
99

10-
First, please read through our [code of conduct](../CODE_OF_CONDUCT.md),
10+
First, please read through our [code of conduct](CODE_OF_CONDUCT.md),
1111
as we expect all our contributors to follow it.
1212

1313
Second, before starting on a project that you intend to contribute

docs/Training-PPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you are using the recurrent neural network (RNN) to utilize memory, see [Usin
88

99
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).
1010

11-
For information about imitation learning, which uses a different training algorithm, see [Training with Imitation Learning](Training-Imitation-Learning).
11+
For information about imitation learning, which uses a different training algorithm, see [Training with Imitation Learning](Training-Imitation-Learning.md).
1212

1313
## Best Practices when training with PPO
1414

docs/Using-TensorFlow-Sharp-in-Unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In the Unity Editor, you must specify the names of the nodes used by your graph
6666

6767
![Internal Brain Inspector](images/internal_brain.png)
6868

69-
See [Internal Brain](Learning-Environments-Design-External-Internal-Brains.md#internal-brain) for more information about using Internal Brains.
69+
See [Internal Brain](Learning-Environment-Design-External-Internal-Brains.md#internal-brain) for more information about using Internal Brains.
7070

7171
If you followed these instructions well, the agents in your environment that use this brain will use your fully trained network to make decisions.
7272

0 commit comments

Comments
 (0)