@@ -31,7 +31,7 @@ PROJECT_NAME = "ML-Agents"
3131# could be handy for archiving the generated documentation or if some version
3232# control system is used.
3333
34- PROJECT_NUMBER = v0.2
34+ PROJECT_NUMBER = v0.3
3535
3636# Using the PROJECT_BRIEF tag one can provide an optional one line description
3737# for a project that appears at the top of each page and should give viewer a
@@ -783,33 +783,10 @@ WARN_LOGFILE =
783783# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
784784# Note: If this tag is empty the current directory is searched.
785785
786- INPUT = ML-Agents-Overview.md \
787- Background-Unity.md \
788- Background-Machine-Learning.md \
789- Background-TensorFlow.md \
790- Installation.md \
791- Installation-Docker.md \
792- Background-Jupyter.md \
793- Getting-Started-with-Balance-Ball.md \
794- Learning-Environment-Examples.md \
795- Learning-Environment-Create-New.md \
796- Learning-Environment-Design.md \
797- Learning-Environment-Design-Agents.md \
798- Learning-Environment-Design-Academy.md \
799- Learning-Environment-Design-Brains.md \
800- Training-ML-Agents.md \
801- Training-PPO.md \
802- Training-Curriculum-Learning.md \
803- Training-Imitation-Learning.md \
804- Using-TensorFlow-Sharp-in-Unity.md \
805- Training-on-Amazon-Web-Service.md \
806- Using-Tensorboard.md \
807- Python-API.md \
808- Feature-Broadcasting.md \
809- Feature-Monitor.md \
810- Limitations-and-Common-Issues.md \
811- ../unity-environment/Assets/ML-Agents/Scripts \
812- ../python/unityagents
786+ INPUT = ../unity-environment/Assets/ML-Agents/Scripts/Academy.cs \
787+ ../unity-environment/Assets/ML-Agents/Scripts/Agent.cs \
788+ ../unity-environment/Assets/ML-Agents/Scripts/Monitor.cs \
789+ ../unity-environment/Assets/ML-Agents/Scripts/Decision.cs
813790
814791# This tag can be used to specify the character encoding of the source files
815792# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments