Skip to content

Commit b4490d8

Browse files
committed
removed the change not belong to this one
1 parent 260dac6 commit b4490d8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ make sure to include as much detail as possible.
7373
For any other questions or feedback, connect directly with the ML-Agents
7474
7575

76-
## License
77-
78-
[Apache License 2.0](LICENSE)
79-
8076
## Translation
8177

8278
- [Chinese](docs/localized/zh-CN/README.md)
79+
80+
## License
81+
82+
[Apache License 2.0](LICENSE)

docs/Getting-Started-with-Balance-Ball.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ To summarize, go to your command line, enter the `ml-agents` directory and type:
272272
```python
273273
python3 python/learn.py <env_file_path> --run-id=<run-identifier> --train
274274
```
275-
**Note**: If you're using Anaconda, don't forget to activate the ml-agents environment first.
276275

277276
The `--train` flag tells ML-Agents to run in training mode. `env_file_path` should be the path to the Unity executable that was just created.
278277

@@ -317,7 +316,6 @@ during a successful training session.
317316
Once the training process completes, and the training process saves the model
318317
(denoted by the `Saved Model` message) you can add it to the Unity project and
319318
use it with agents having an **Internal** brain type.
320-
**Note:** Do not just close the Unity Window once the `Saved Model` message appears. Either wait for the training process to close the window or press Ctrl+C at the command-line prompt. If you simply close the window manually, the .bytes file containing the trained model is not exported into the ml-agents folder.
321319

322320
### Setting up TensorFlowSharp Support
323321

0 commit comments

Comments
 (0)