Unity-Technologies / ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
https://unity.com/products/machine-learning-agents
Other
17.19k stars 4.16k forks source link

Doxygen Input Path Not Updated #3430

Closed Xiromtz closed 4 years ago

Xiromtz commented 4 years ago

The Doxygen config file still uses the Project/ filepath for scripts, even though they were recently moved to com.unity.ml-agents.

When compiling the doxygen config file, only warnings are output. Opening the index.html shows that there is no content, since it couldn't find any of the scripts.

I am using version 0.14.0 of mlagents.

surfnerd commented 4 years ago

I'll fix this. Thanks for finding it.

mmattar commented 4 years ago

Hi @Xiromtz - thanks for calling out this issue. We just updated the doxygen config file to point to the correct directory. This is currently fixed on the master (unreleased branch) and will be pushed out in our next release. You can find the change in this PR: https://github.com/Unity-Technologies/ml-agents/pull/3490/

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.