|
|
|
|
|
|
# could be handy for archiving the generated documentation or if some version |
|
|
|
# control system is used. |
|
|
|
|
|
|
|
PROJECT_NUMBER = v0.2 |
|
|
|
PROJECT_NUMBER = v0.3 |
|
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description |
|
|
|
# for a project that appears at the top of each page and should give viewer a |
|
|
|
|
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
|
|
|
# Note: If this tag is empty the current directory is searched. |
|
|
|
|
|
|
|
INPUT = ML-Agents-Overview.md \ |
|
|
|
Background-Unity.md \ |
|
|
|
Background-Machine-Learning.md \ |
|
|
|
Background-TensorFlow.md \ |
|
|
|
Installation.md \ |
|
|
|
Installation-Docker.md \ |
|
|
|
Background-Jupyter.md \ |
|
|
|
Getting-Started-with-Balance-Ball.md \ |
|
|
|
Learning-Environment-Examples.md \ |
|
|
|
Learning-Environment-Create-New.md \ |
|
|
|
Learning-Environment-Design.md \ |
|
|
|
Learning-Environment-Design-Agents.md \ |
|
|
|
Learning-Environment-Design-Academy.md \ |
|
|
|
Learning-Environment-Design-Brains.md \ |
|
|
|
Training-ML-Agents.md \ |
|
|
|
Training-PPO.md \ |
|
|
|
Training-Curriculum-Learning.md \ |
|
|
|
Training-Imitation-Learning.md \ |
|
|
|
Using-TensorFlow-Sharp-in-Unity.md \ |
|
|
|
Training-on-Amazon-Web-Service.md \ |
|
|
|
Using-Tensorboard.md \ |
|
|
|
Python-API.md \ |
|
|
|
Feature-Broadcasting.md \ |
|
|
|
Feature-Monitor.md \ |
|
|
|
Limitations-and-Common-Issues.md \ |
|
|
|
../unity-environment/Assets/ML-Agents/Scripts \ |
|
|
|
../python/unityagents |
|
|
|
INPUT = ../unity-environment/Assets/ML-Agents/Scripts/Academy.cs \ |
|
|
|
../unity-environment/Assets/ML-Agents/Scripts/Agent.cs \ |
|
|
|
../unity-environment/Assets/ML-Agents/Scripts/Monitor.cs \ |
|
|
|
../unity-environment/Assets/ML-Agents/Scripts/Decision.cs |
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
|
|
|